ideal-world/bios

Batch unit testing support

Closed this issue · 2 comments

Batch unit testing support

Due to the use of global static variables, it is necessary to use single-threaded tests.

cargo test -- --test-threads 1