Commit ea7732a
committed
Update GitHub Actions workflow to test all tools
Changed the workflow from testing only locust-compare to testing all tools
in the repository using a matrix strategy.
Changes:
- Added matrix strategy with all tools: locust-compare, config-utils
- Set fail-fast: false to ensure all tools are tested even if one fails
- Updated step names to be dynamic based on matrix.tool
- Both tools now run tests in parallel as separate jobs
This ensures comprehensive testing across the entire repository.1 parent ad4c58c commit ea7732a
1 file changed
Lines changed: 10 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
12 | 18 | | |
13 | 19 | | |
14 | 20 | | |
| |||
17 | 23 | | |
18 | 24 | | |
19 | 25 | | |
20 | | - | |
21 | | - | |
| 26 | + | |
| 27 | + | |
22 | 28 | | |
23 | 29 | | |
24 | 30 | | |
25 | | - | |
| 31 | + | |
| 32 | + | |
0 commit comments