Skip to content

Commit d33eddc

Browse files
committed
.travis: Run parallel tests before numeric tests
1 parent aec43ec commit d33eddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
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)