Skip to content

Commit dcc920d

Browse files
authored
Allow failures on nightly
1 parent 8804715 commit dcc920d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
${{ runner.os }}-
4343
- uses: julia-actions/julia-buildpkg@latest
4444
- uses: julia-actions/julia-runtest@latest
45+
continue-on-error: ${{ matrix.version == 'nightly' }}
4546
- uses: julia-actions/julia-processcoverage@v1
4647
- uses: codecov/codecov-action@v1
4748
with:

0 commit comments

Comments
 (0)