Skip to content

Commit

Permalink
Remove continue-on-error from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
keithdoggett committed May 7, 2021
1 parent da16bda commit b68b55d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b68b55d

Please sign in to comment.