When packaging this project for NixOS the tests are run on a machine with only one hardware thread and so it has the same effect as running cargo test -- --test-threads=1 which means that all tests are run in series but this causes some tests to fail.
When packaging this project for NixOS the tests are run on a machine with only one hardware thread and so it has the same effect as running
cargo test -- --test-threads=1
which means that all tests are run in series but this causes some tests to fail.