Skip to content

Commit

Permalink
actually fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jClugstor committed Jul 9, 2024
1 parent a2d3ab5 commit e6ff110
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,16 @@ concurrency:
jobs:
tests:
name: "Tests"
strategy:
fail-fast: false
matrix:
group:
- Core
- Quality
version:
- '1'
uses: "SciML/.github/.github/workflows/tests.yml@v1"
with:
group: "${{ matrix.group }}"
secrets: "inherit"

0 comments on commit e6ff110

Please sign in to comment.