Skip to content

Commit

Permalink
always run all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed Jun 24, 2024
1 parent 61c436d commit 9c3efd3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
runs-on: ${{ matrix.platforms }}

strategy:
fail-fast: false
matrix:
platforms: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, windows-2019, macos-12 ]
node-version: [ 16.x, 18.x, 20.x, 22.x ]
Expand Down Expand Up @@ -50,6 +51,7 @@ jobs:
runs-on: ${{ matrix.platforms }}

strategy:
fail-fast: false
matrix:
platforms: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, windows-2019, macos-12 ]
node-version: [ 16.x, 18.x, 20.x, 22.x ]
Expand Down

0 comments on commit 9c3efd3

Please sign in to comment.