Skip to content

Commit 93533f6

Browse files
committed
Update CI
1 parent d453f4e commit 93533f6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
test:
1111
runs-on: ubuntu-latest
1212
strategy:
13+
fail-fast: false
1314
matrix:
1415
pkg:
1516
- DiffEqProblemLibrary
@@ -29,10 +30,10 @@ jobs:
2930
- uses: julia-actions/cache@v1
3031
- uses: julia-actions/julia-buildpkg@v1
3132
with:
32-
project: "${{ matrix.pkg == 'DiffEqProblemLibrary' && '@.' || format('{{lib/{0}}}', matrix.pkg) }}"
33+
project: "${{ matrix.pkg == 'DiffEqProblemLibrary' && '@.' || format('{lib/{0}}', matrix.pkg) }}"
3334
- uses: julia-actions/julia-runtest@v1
3435
with:
35-
project: "${{ matrix.pkg == 'DiffEqProblemLibrary' && '@.' || format('{{lib/{0}}}', matrix.pkg) }}"
36+
project: "${{ matrix.pkg == 'DiffEqProblemLibrary' && '@.' || format('{lib/{0}}', matrix.pkg) }}"
3637
- uses: julia-actions/julia-processcoverage@v1
3738
- uses: codecov/codecov-action@v3
3839
with:

0 commit comments

Comments
 (0)