Skip to content

Commit d6100f7

Browse files
author
Stjepan Glavina
committed
Set number of concurrent test threads to 1
1 parent a7daa19 commit d6100f7

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
@@ -16,4 +16,4 @@ script:
1616
- cargo fmt --all -- --check
1717
- cargo check --benches --bins --examples --tests
1818
- CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUNNER="valgrind --leak-check=full --error-exitcode=1"
19-
cargo test
19+
cargo test -- --test-threads=1

0 commit comments

Comments
 (0)