-
Task
-
Resolution: Done
-
Undefined
-
None
-
None
-
None
-
None
Problem Description: We need to speed up tests. We can create workflows that will run multiple distributed processes that will runs subset of tests. This way, multiple tests can run independently in parallel.
Proposed Solution: Use matrix in workflows to create more tests. Every process will run
tests in one particular directory. For example in tests directory, we will have those folders: approval, signing, common. This will run three independent test runs. Each run will run only test files that particular folder contains.