浏览代码

test no_std in CI

Josh Stone 7 年之前
父节点
当前提交
79786ac518
共有 1 个文件被更改,包括 3 次插入1 次删除
  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