diff options
author | 2019-08-21 11:13:17 +0200 | |
---|---|---|
committer | 2019-08-21 11:13:17 +0200 | |
commit | 4132bae2a96f7bc7f1791a0b855376ead2ac1083 (patch) | |
tree | abf20f12c5abf5e57649fe0a232047756e858475 | |
parent | bd942e983500cfb60d6301d366e9f78a42b50b06 (diff) | |
download | rtic-4132bae2a96f7bc7f1791a0b855376ead2ac1083.tar.gz rtic-4132bae2a96f7bc7f1791a0b855376ead2ac1083.tar.zst rtic-4132bae2a96f7bc7f1791a0b855376ead2ac1083.zip |
ci: fix x86 build
-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 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 |