We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b80faae commit 80fc506Copy full SHA for 80fc506
.travis.yml
@@ -31,7 +31,7 @@ script:
31
cargo test --release --verbose --no-default-features &&
32
cargo build --verbose --features "$FEATURES" &&
33
cargo test --verbose --features "$FEATURES" &&
34
+ CARGO_TARGET_DIR=target/ cargo test --manifest-path=parallel/Cargo.toml --verbose &&
35
CARGO_TARGET_DIR=target/ cargo test --manifest-path=serialization-tests/Cargo.toml --verbose &&
36
CARGO_TARGET_DIR=target/ cargo test --manifest-path=numeric-tests/Cargo.toml --verbose &&
- CARGO_TARGET_DIR=target/ cargo test --manifest-path=parallel/Cargo.toml --verbose &&
37
([ "$BENCH" != 1 ] || cargo bench --no-run --verbose --features "$FEATURES")
0 commit comments