Skip to content

Commit a041e06

Browse files
committed
update ci: set fail-fast to true for extras
Signed-off-by: cosmicBboy <[email protected]>
1 parent 35295d3 commit a041e06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
PYTEST_FLAGS: --cov=pandera --cov-report=term-missing --cov-report=xml --cov-append
176176
HYPOTHESIS_FLAGS: -n=auto -q --hypothesis-profile=ci
177177
strategy:
178-
fail-fast: false
178+
fail-fast: true
179179
matrix:
180180
os:
181181
- ubuntu-latest

0 commit comments

Comments
 (0)