Skip to content

Commit

Permalink
Avoid failing all other matrix tests if one fails (netbirdio#2839)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlsmaycon authored Nov 5, 2024
1 parent a9d06b8 commit 5b46cc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/golang-test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ concurrency:
jobs:
test:
strategy:
fail-fast: false
matrix:
arch: [ '386','amd64' ]
store: [ 'sqlite', 'postgres']
Expand Down

0 comments on commit 5b46cc8

Please sign in to comment.