Skip to content

Commit

Permalink
Merge pull request #211 from eirikpre/no-fast-fail
Browse files Browse the repository at this point in the history
keep running other tests even if one fails
  • Loading branch information
joecrop authored Jan 6, 2024
2 parents a3d0c10 + 342493c commit 2e63cd5
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 317 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
jobs:
test:
strategy:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
name: Run extension tests (Node.js 16 on ${{ matrix.os }})
Expand Down
Loading

0 comments on commit 2e63cd5

Please sign in to comment.