Skip to content

Commit da33480

Browse files
Merge pull request #302 from SciML/at/test-groups
ci: run tests on CI with the groups set correctly
2 parents 9a9dfde + dda484f commit da33480

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/Tests.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,13 @@ concurrency:
2020
jobs:
2121
tests:
2222
name: "Tests"
23+
strategy:
24+
fail-fast: false
25+
matrix:
26+
group:
27+
- "Core"
28+
- "QA"
2329
uses: "SciML/.github/.github/workflows/tests.yml@v1"
30+
with:
31+
group: "${{ matrix.group }}"
2432
secrets: "inherit"

0 commit comments

Comments
 (0)