Skip to content

Commit

Permalink
test: Do not fail-fast when CI runs. (#403)
Browse files Browse the repository at this point in the history
do not fail fast.

Signed-off-by: Ville Aikas <[email protected]>

Signed-off-by: Ville Aikas <[email protected]>
  • Loading branch information
vaikas authored Sep 28, 2022
1 parent b611a26 commit 4f55897
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:

run:
strategy:
fail-fast: false # Keep running if one leg fails.
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
go-version: ${{ fromJSON(needs.get-go-versions.outputs.matrix) }}
Expand Down

0 comments on commit 4f55897

Please sign in to comment.