bootloader icon indicating copy to clipboard operation
bootloader copied to clipboard

Testing significantly slows down with more tests

Open jasoncouture opened this issue 2 years ago • 1 comments

In order to reduce the impact of added tests in the same file, this PR limits the number of tests run in parallel to 4.

Without changes on the current main commit, this was the effective limit, as there were not VM tests that had more than 4 tests. But in #307 many more tests were added.

Limiting concurrent test runs to 4 should help alleviate the added time, especially for windows.

jasoncouture avatar Jan 04 '23 01:01 jasoncouture

See https://github.com/rust-osdev/bootloader/pull/309#issuecomment-1372045670

phil-opp avatar Jan 05 '23 12:01 phil-opp