completely rewrote test suite for top level src files and all builtin files
This commit is contained in:
6
.cargo/config.toml
Normal file
6
.cargo/config.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
[env]
|
||||
# we need to use one thread for tests
|
||||
# so that they arent stepping on eachother's toes
|
||||
# plus it matches the single-threaded behavior of the program
|
||||
# more closely anyway
|
||||
RUST_TEST_THREADS = "1"
|
||||
Reference in New Issue
Block a user