diff --git a/ci/script.sh b/ci/script.sh index 11c8d3ab48..9cb03fcea9 100644 --- a/ci/script.sh +++ b/ci/script.sh @@ -40,7 +40,6 @@ main() { if [ $TRAVIS_RUST_VERSION = nightly ]; then # compile-fail tests cargo test --test single --target $T - cargo test --test multi --features heterogeneous --target $T # multi-core compile-pass tests pushd heterogeneous