aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ci/script.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/ci/script.sh b/ci/script.sh
index 11c8d3ab..9cb03fce 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