Skip to content

Commit 0b8da07

Browse files
Remove continue-on-error for nightly (#8)
1 parent 273e4dc commit 0b8da07

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ jobs:
2929
- uses: julia-actions/cache@v2
3030
- uses: julia-actions/julia-buildpkg@v1
3131
- uses: julia-actions/julia-runtest@v1
32-
continue-on-error: ${{ matrix.version == 'nightly' }}
3332
- uses: julia-actions/julia-processcoverage@v1
3433
- uses: codecov/codecov-action@v5
3534
with:

0 commit comments

Comments
 (0)