Skip to content

Commit

Permalink
add RUST_TEST_THREADS
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuajerin committed Nov 21, 2024
1 parent e909a5d commit 2cc6f25
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tembo-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,7 @@ openssl = { version = "0.10", features = ["vendored"] }
[dev-dependencies]
assert_cmd = "2.0.8"
predicates = "2.1.5"
rstest = "0.18"
rstest = "0.18"

[env]
RUST_TEST_THREADS = "1"

0 comments on commit 2cc6f25

Please sign in to comment.