Run all test, regardless of failures

This commit is contained in:
Sander Declerck 2025-07-18 12:32:32 +02:00
parent 7b2baeebee
commit cf3bc55c89
No known key found for this signature in database

View file

@ -11,6 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: [18, 20, 22]