Closed Kimahriman closed 1 year ago
Came across the serial_test crate, which is a lot cleaner of a method for running the tests one by one than requiring the use of --test-threads=1
serial_test
--test-threads=1
Came across the
serial_test
crate, which is a lot cleaner of a method for running the tests one by one than requiring the use of--test-threads=1