Commit 433890c
Canonical CI: grouped-tests.yml + root test/test_groups.toml (#311)
Convert the root Tests.yml test workflow to the canonical thin caller of
SciML/.github/.github/workflows/grouped-tests.yml@v1, moving the
group x version x os matrix into a root test/test_groups.toml.
The matrix is reproduced exactly (27/27): groups Core, QA, NoPre, each
on versions ["1","lts","pre"] and OSes
["ubuntu-latest","macos-latest","windows-latest"]. runtests.jl already
dispatches on GROUP (Core/QA/NoPre), so no runtests.jl change is needed.
No with: inputs are required since the old caller used all defaults
(GROUP env var, check-bounds yes, coverage on, src,ext directories).
on: triggers and concurrency: are preserved verbatim; filename and
name: are unchanged to keep branch-protection status checks intact.
Co-authored-by: ChrisRackauckas-Claude <accounts@chrisrackauckas.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent c273f7e commit 433890c
2 files changed
Lines changed: 12 additions & 21 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
| 21 | + | |
42 | 22 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
0 commit comments