diff --git a/ci/run.sh b/ci/run.sh index 886fe82d7..89a92ee8b 100755 --- a/ci/run.sh +++ b/ci/run.sh @@ -69,7 +69,7 @@ cargo_test_impl --release --features=into_bits,coresimd # Verify code generation if [[ "${NOVERIFY}" != "1" ]]; then cp -r verify target/verify - cargo_test "--release --manifest-path=target/verify/Cargo.toml" + cargo_test --release --manifest-path=target/verify/Cargo.toml fi # FIXME: https://github.com/rust-lang-nursery/packed_simd/issues/55