Run tests with std feature disabled in CI

This commit is contained in:
David Flemström
2020-01-23 18:54:50 +01:00
parent c4161ea253
commit 13b720134c
+3
View File
@@ -3,3 +3,6 @@ rust:
- nightly
- beta
- stable
script:
- cargo test --verbose --all # default features
- cargo test --verbose --all --no-default-features # excludes std