Skip to content

Commit 56fbfd1

Browse files
committed
CI: continue on error for nightly toolchain
1 parent 3060c9d commit 56fbfd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
test:
2727
name: Test Suite
2828
runs-on: ${{ matrix.os }}
29-
continue-on-error: ${{ matrix.zig == 'master' }}
29+
continue-on-error: ${{ matrix.zig == 'master' || matrix.toolchain == 'nightly' }}
3030
strategy:
3131
matrix:
3232
os: [ubuntu-latest, macos-latest, windows-latest]

0 commit comments

Comments
 (0)