Skip to content

Commit

Permalink
fix(tests): add fail-fast to test job
Browse files Browse the repository at this point in the history
  • Loading branch information
stegayet committed Aug 27, 2023
1 parent 3734bb1 commit 08b93d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
jobs:
test:
strategy:
fail-fast: false
matrix:
python-version: [
"2.7",
Expand Down

0 comments on commit 08b93d7

Please sign in to comment.