Skip to content

Commit 68b746b

Browse files
authored
Allow failure on nightly
1 parent e3753cf commit 68b746b

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
@@ -43,6 +43,7 @@ jobs:
4343
${{ runner.os }}-test-
4444
${{ runner.os }}-
4545
- uses: julia-actions/julia-runtest@v1
46+
continue-on-error: ${{ matrix.version == 'nightly' }}
4647
- uses: julia-actions/julia-processcoverage@v1
4748
- uses: codecov/codecov-action@v1
4849
with:

0 commit comments

Comments
 (0)