Skip to content

Commit

Permalink
Don't fast fail when one test fails
Browse files Browse the repository at this point in the history
  • Loading branch information
erikdubbelboer committed Nov 5, 2023
1 parent 5575d27 commit 8a55270
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
jobs:
test:
strategy:
fail-fast: false
matrix:
go-version: [1.18.x, 1.19.x, 1.20.x, 1.21.x]
os: [ubuntu-latest, macos-latest, windows-latest]
Expand Down

0 comments on commit 8a55270

Please sign in to comment.