Skip to content

Commit 5845953

Browse files
committed
ci: enable fail-fast strategy in Python tests workflow
1 parent 5376947 commit 5845953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121
jobs:
2222
build:
2323
strategy:
24-
fail-fast: false
24+
fail-fast: true
2525
matrix:
2626
os:
2727
- "ubuntu-latest"

0 commit comments

Comments
 (0)