Skip to content

Commit 4e467aa

Browse files
authored
Disable fail-fast from CI job, allowing all failures and successes to be reported (#65)
1 parent ae5049e commit 4e467aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tox.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
python-version: ["3.9", "3.10"]
14+
fail-fast: false
1415

1516
steps:
1617
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)