From 4132bae2a96f7bc7f1791a0b855376ead2ac1083 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Wed, 21 Aug 2019 11:13:17 +0200 Subject: [PATCH] ci: fix x86 build --- ci/script.sh | 1 - 1 file changed, 1 deletion(-) 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