Skip to content

Commit

Permalink
pass cli arguments as a separated list instead of string
Browse files Browse the repository at this point in the history
  • Loading branch information
gnzlbg committed Aug 12, 2018
1 parent e469b4a commit 61c7bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 61c7bb8

Please sign in to comment.