mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-27 08:30:05 +03:00
Stop after first test failure
This commit is contained in:
parent
76448ad0f5
commit
55120dba3c
4
.github/workflows/wheels-test.sh
vendored
4
.github/workflows/wheels-test.sh
vendored
|
@ -35,5 +35,5 @@ fi
|
|||
|
||||
# Runs tests
|
||||
python3 selftest.py
|
||||
python3 -m pytest -vv Tests/check_wheel.py
|
||||
python3 -m pytest -vv
|
||||
python3 -m pytest -vv -x Tests/check_wheel.py
|
||||
python3 -m pytest -vv -x
|
||||
|
|
Loading…
Reference in New Issue
Block a user