Skip to content

Commit

Permalink
ci: run tests on CI with the groups set correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
thazhemadam committed Jun 20, 2024
1 parent 9a9dfde commit dda484f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,13 @@ concurrency:
jobs:
tests:
name: "Tests"
strategy:
fail-fast: false
matrix:
group:
- "Core"
- "QA"
uses: "SciML/.github/.github/workflows/tests.yml@v1"
with:
group: "${{ matrix.group }}"
secrets: "inherit"

0 comments on commit dda484f

Please sign in to comment.