Remove continue-on-error

This commit is contained in:
David Dworken 2022-10-23 18:06:32 -07:00
parent b4936d588c
commit b3dbd3820a

View File

@ -11,7 +11,6 @@ on:
jobs:
test:
runs-on: ${{ matrix.os }}
continue-on-error: true
strategy:
matrix:
os: [ubuntu-latest, macos-latest]