Skip to content

Commit

Permalink
Update unittest to continue on error
Browse files Browse the repository at this point in the history
  • Loading branch information
eriknovak committed Dec 11, 2024
1 parent 8824fc3 commit 7dd8c0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unittests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
jobs:
test:
runs-on: ${{ matrix.os }}
continue-on-error: true
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
Expand Down

0 comments on commit 7dd8c0f

Please sign in to comment.