Building in parallel, running test suites sequentially?
Open
type: enhancement
- Dominant language
- Haskell
- Stars
- 1.7k
- Forks
- 750
- Avg merge
- 4d 3h
- Merged PRs (30d)
- 28
Description
From what I can see, if I run `cabal test` against a cabal file that has more than more test-suite defined, the test suites are run in parallel.
I would like to run them sequentially. I can, of course, set up a script to run the test suites individually but is there a way of marking my cabal file so that that happens without the need for external solutions, which also complicate CI workflows?
Thanks.
Contributor guide
Assessment
This issue has not been assessed yet.