Skip to content

Commit

Permalink
fix: pass text-thread via nextest
Browse files Browse the repository at this point in the history
  • Loading branch information
mdevils committed Dec 11, 2024
1 parent 2041f07 commit 3766f04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .config/nextest.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[profile.default]
run-extra-args = ["--test-threads=1"]
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ declare-script = []

# binaries for cargo-run-bin
[package.metadata.bin]
cargo-nextest = { version = "0.9.68", locked = true }
cargo-nextest = { version = "0.9.86-b.3", locked = true }
cargo-watch = { version = "8.5.2" }

[package.metadata.docs.rs]
Expand Down

0 comments on commit 3766f04

Please sign in to comment.