Skip to content

Commit

Permalink
ci: Allow windows tests to fail fast again
Browse files Browse the repository at this point in the history
  • Loading branch information
evocateur authored and HamishBuckmaster committed Jan 21, 2021
1 parent 94f2d93 commit 90181c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Expand Up @@ -53,8 +53,7 @@ jobs:
needs: [ lint ]
runs-on: windows-latest
strategy:
# TODO: revert once extent of shenanigans is established
fail-fast: false
fail-fast: true
matrix:
script: [ 'ci:test:unit', 'ci:test:integration' ]
subset: [ publish, non-publish ]
Expand Down

0 comments on commit 90181c4

Please sign in to comment.