Skip to content

Commit

Permalink
CI: continue on error for nightly toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Mar 20, 2022
1 parent 3060c9d commit 56fbfd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
test:
name: Test Suite
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.zig == 'master' }}
continue-on-error: ${{ matrix.zig == 'master' || matrix.toolchain == 'nightly' }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
Expand Down

0 comments on commit 56fbfd1

Please sign in to comment.