Skip to content

Commit

Permalink
Run tests sequentially by default
Browse files Browse the repository at this point in the history
  • Loading branch information
sirhcel authored and eldruin committed May 5, 2024
1 parent e2cbe29 commit 90f3e3b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[env]
# Some of our tests make use of actual serial ports. Run all tests sequentially
# by default to avoid race conditions (see
# https://github.com/rust-lang/cargo/issues/8430).
RUST_TEST_THREADS = "1"
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
target
Cargo.lock
*.bk
.cargo
*~

0 comments on commit 90f3e3b

Please sign in to comment.