crash
crash copied to clipboard
CI: Running software tests on Windows takes ages
Problem
Running the software tests on CI/GHA/Windows takes around 15 minutes, while on Linux and macOS, it only takes a minute or so.
Can't pinpoint a specific issue yet, but it appears that the test cases test_post_0_57, test_post_2_0, test_pre_0_57, test_indent, test_repl.* incur some overhead. Maybe verify this by excluding them first (on Windows only), and then diving into the details to discover what is happening there.