File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 10
10
test :
11
11
runs-on : ubuntu-latest
12
12
strategy :
13
+ fail-fast : false
13
14
matrix :
14
15
pkg :
15
16
- DiffEqProblemLibrary
@@ -29,10 +30,10 @@ jobs:
29
30
- uses : julia-actions/cache@v1
30
31
- uses : julia-actions/julia-buildpkg@v1
31
32
with :
32
- project : " ${{ matrix.pkg == 'DiffEqProblemLibrary' && '@.' || format('{{ lib/{0} }}', matrix.pkg) }}"
33
+ project : " ${{ matrix.pkg == 'DiffEqProblemLibrary' && '@.' || format('{lib/{0}}', matrix.pkg) }}"
33
34
- uses : julia-actions/julia-runtest@v1
34
35
with :
35
- project : " ${{ matrix.pkg == 'DiffEqProblemLibrary' && '@.' || format('{{ lib/{0} }}', matrix.pkg) }}"
36
+ project : " ${{ matrix.pkg == 'DiffEqProblemLibrary' && '@.' || format('{lib/{0}}', matrix.pkg) }}"
36
37
- uses : julia-actions/julia-processcoverage@v1
37
38
- uses : codecov/codecov-action@v3
38
39
with :
You can’t perform that action at this time.
0 commit comments