From 56fbfd1e6890b0e7ba0de3fd7ae1b68e58a9fcee Mon Sep 17 00:00:00 2001 From: messense Date: Sun, 20 Mar 2022 16:17:27 +0800 Subject: [PATCH] CI: continue on error for nightly toolchain --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 0b09623..316ed15 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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]