Skip to content

Commit 80fc506

Browse files
committed
.travis: Run parallel tests before numeric tests
1 parent b80faae commit 80fc506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ script:
3131
cargo test --release --verbose --no-default-features &&
3232
cargo build --verbose --features "$FEATURES" &&
3333
cargo test --verbose --features "$FEATURES" &&
34+
CARGO_TARGET_DIR=target/ cargo test --manifest-path=parallel/Cargo.toml --verbose &&
3435
CARGO_TARGET_DIR=target/ cargo test --manifest-path=serialization-tests/Cargo.toml --verbose &&
3536
CARGO_TARGET_DIR=target/ cargo test --manifest-path=numeric-tests/Cargo.toml --verbose &&
36-
CARGO_TARGET_DIR=target/ cargo test --manifest-path=parallel/Cargo.toml --verbose &&
3737
([ "$BENCH" != 1 ] || cargo bench --no-run --verbose --features "$FEATURES")

0 commit comments

Comments
 (0)