VHDL / Compliance-Tests

Tests to evaluate the support of VHDL 2008 and VHDL 2019 features
https://vhdl.github.io/Compliance-Tests/
Apache License 2.0
28 stars 8 forks source link

ci: do not run tests in parallel #23

Closed umarcor closed 1 year ago

umarcor commented 1 year ago

Running tests in parallel makes it difficult to read the logs in order to find why a test failed. I think we should run the tests in CI using a single thread, so that the log is ordered.

LarsAsplund commented 1 year ago

You right. I got a bit excited when I realized that we seem to get more threads than we used to do.