Skip to content

Commit

Permalink
Make fail-fast=true explicit
Browse files Browse the repository at this point in the history
Requested by Shahzad in a prior PR so that we are not reliant on github preserving it's current defaults.  I also find it handy as it makes changing it to false for temp testing a fair bit easier.
  • Loading branch information
AndrewSisley committed Nov 15, 2023
1 parent 8a7f782 commit 836f3b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-and-upload-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
name: Run tests matrix job

strategy:
fail-fast: true
matrix:
os: [ubuntu-latest]
client-type: [go, http, cli]
Expand Down

0 comments on commit 836f3b0

Please sign in to comment.