Add cargo check in CI (#17)

I think `cargo test` alone might leak std features?
This commit is contained in:
Nikolay Volf
2020-01-21 04:40:50 -08:00
committed by GitHub
parent 6079255e65
commit b1611b623e
+1
View File
@@ -3,3 +3,4 @@ language: rust
script:
- cargo test --release
- cargo test --release --no-default-features
- cargo check --no-default-features