Skip to content

Commit

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

Signed-off-by: Ville Aikas <vaikas@chainguard.dev>

Signed-off-by: Ville Aikas <vaikas@chainguard.dev>
  • Loading branch information
vaikas authored and znewman01 committed May 22, 2023
1 parent 621c4b0 commit 87b73b4
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 87b73b4

Please sign in to comment.