Relates to #417
we should be able to simplify CI by using the wrapper in one GH action instead of multiple GH actions for the variety of tests.
why? so that we run the same tests all the way through the process
Possible downside: might be slower on average because the run-all-tests script (aka devbox run test) doesn't run the suites in parallel.
Relates to #417
we should be able to simplify CI by using the wrapper in one GH action instead of multiple GH actions for the variety of tests.
why? so that we run the same tests all the way through the process
Possible downside: might be slower on average because the
run-all-testsscript (akadevbox run test) doesn't run the suites in parallel.