Skip to content

Commit 90f3e3b

Browse files
sirhceleldruin
authored andcommitted
Run tests sequentially by default
1 parent e2cbe29 commit 90f3e3b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.cargo/config.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[env]
2+
# Some of our tests make use of actual serial ports. Run all tests sequentially
3+
# by default to avoid race conditions (see
4+
# https://github.com/rust-lang/cargo/issues/8430).
5+
RUST_TEST_THREADS = "1"

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
target
22
Cargo.lock
33
*.bk
4-
.cargo
54
*~

0 commit comments

Comments
 (0)