Run unit tests in one thread
This commit is contained in:
parent
a2fbb480e6
commit
f3f571c830
1 changed files with 1 additions and 1 deletions
|
|
@ -6,4 +6,4 @@ cargo install cargo-watch
|
|||
# Run the tests on change
|
||||
# Set RUST_BACKTRACE to 1 to see a short backtrace in case of an error
|
||||
# Set RUST_BACKTRACE to "full" to see a full backtrace in case of an error
|
||||
RUST_BACKTRACE=0 cargo watch -x "test -- --nocapture"
|
||||
RUST_BACKTRACE=0 cargo watch -x "test -- --nocapture --test-threads 1"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue