Explorar o código

test no_std in CI

Josh Stone %!s(int64=7) %!d(string=hai) anos
pai
achega
79786ac518
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      ci/test_full.sh

+ 3 - 1
ci/test_full.sh

@@ -8,4 +8,6 @@ echo Testing num-traits on rustc ${TRAVIS_RUST_VERSION}
 cargo build --verbose
 cargo test --verbose
 
-# We have no features to test...
+# test `no_std`
+cargo build --verbose --no-default-features
+cargo test --verbose --no-default-features