From b68b55da25a5ff2816328102cd45679415b4d2e6 Mon Sep 17 00:00:00 2001 From: Keith Doggett Date: Fri, 7 May 2021 08:53:44 -0400 Subject: [PATCH] Remove continue-on-error from CI --- .github/workflows/CI.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 1e0d15e..47532b6 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -28,7 +28,6 @@ jobs: - "6.3.1" - "6.2.1" runs-on: ${{ matrix.os }}-latest - continue-on-error: ${{ matrix.ruby == 'head' || matrix.os == 'macos' }} name: Ruby ${{ matrix.ruby }}, Proj-${{ matrix.proj }} (${{ matrix.os }}) steps: - uses: actions/checkout@v2