anoma / juvix

A language for intent-centric and declarative decentralised applications
https://docs.juvix.org
GNU General Public License v3.0
442 stars 54 forks source link

Run top groups in test suite in parallel using different build dirs #2830

Open paulcadman opened 2 weeks ago

paulcadman commented 2 weeks ago

We run the top level test groups serially because (after merging parallel compilation) tests use the same build dir and this causes failures.

We should use different build dirs in each test to work around this issue and re-enable parallel execution of the test suite.