diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2019-08-21 11:13:17 +0200 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2019-08-21 11:13:17 +0200 |
| commit | 4132bae2a96f7bc7f1791a0b855376ead2ac1083 (patch) | |
| tree | abf20f12c5abf5e57649fe0a232047756e858475 /ci/script.sh | |
| parent | bd942e983500cfb60d6301d366e9f78a42b50b06 (diff) | |
ci: fix x86 build
Diffstat (limited to 'ci/script.sh')
| -rw-r--r-- | ci/script.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ci/script.sh b/ci/script.sh index 11c8d3a..9cb03fc 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 |
