Commit 0e18cb0
committed
Move all static validations to the setup job
The default rake task is release_checks. This runs `lint`, `validate`
prior to `parallel_spec` and ends with the `check` task. These static
tasks shouldn't differ for the matrix job and can be run prior to
running the whole test suite. Then in the actual test matrix, it only
needs to run the tests (in parallel). This saves some CI resources when
a static check fails.1 parent 5e2741c commit 0e18cb0
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
| 23 | + | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
0 commit comments