Skip to content

Commit a39acac

Browse files
committed
Fail fast on Windows
1 parent 2177979 commit a39acac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
python: '3.14'
117117
os: windows-latest
118118
toxenv: py
119-
tox_extra_args: "-n 4 --mypy-num-workers=4 mypy/test/testcheck.py"
119+
tox_extra_args: "-n 4 --mypy-num-workers=4 mypy/test/testcheck.py --maxfail=1"
120120

121121
- name: Type check our own code (py310-ubuntu)
122122
python: '3.10'

0 commit comments

Comments
 (0)