Skip to content

Commit ebcf16e

Browse files
committed
ignore nightly in CI testing
1 parent c80ee45 commit ebcf16e

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
@@ -14,6 +14,7 @@ jobs:
1414
test:
1515
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
1616
runs-on: ${{ matrix.os }}
17+
continue-on-error: ${{ matrix.version == 'nightly' }}
1718
strategy:
1819
fail-fast: false
1920
matrix:

0 commit comments

Comments
 (0)