We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3060c9d commit 56fbfd1Copy full SHA for 56fbfd1
.github/workflows/CI.yml
@@ -26,7 +26,7 @@ jobs:
26
test:
27
name: Test Suite
28
runs-on: ${{ matrix.os }}
29
- continue-on-error: ${{ matrix.zig == 'master' }}
+ continue-on-error: ${{ matrix.zig == 'master' || matrix.toolchain == 'nightly' }}
30
strategy:
31
matrix:
32
os: [ubuntu-latest, macos-latest, windows-latest]
0 commit comments