From 79786ac518db2f08e87aa05bce17b8d0a1626a2b Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Wed, 31 Jan 2018 15:56:25 -0800 Subject: [PATCH] test no_std in CI --- ci/test_full.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ci/test_full.sh b/ci/test_full.sh index c64610f..1c09079 100755 --- a/ci/test_full.sh +++ b/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