Always run macos and ubuntu tests even if one fails

This commit is contained in:
David Dworken 2022-10-21 23:00:33 -07:00
parent 7cdf9c0ac4
commit dbf029067f

View File

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