Skip to content

Commit 3b7fcd6

Browse files
Update pytest command for Windows workflow
1 parent e9958a9 commit 3b7fcd6

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/auto-tests-win.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,14 @@ jobs:
4242
run: |
4343
$env:SDL_VIDEODRIVER="dummy"
4444
$env:SDL_AUDIODRIVER="dummy"
45-
python -m pytest ^
45+
python -m pytest -vv --maxfail=1 --disable-warnings ^
4646
tests/test_algorithms.py ^
4747
tests/test_database.py ^
4848
tests/test_email.py ^
4949
tests/test_export_json.py ^
5050
tests/test_export_pdf.py ^
5151
tests/test_translation.py ^
52-
tests/test_validation.py ^
53-
-vv --maxfail=1 --disable-warnings
52+
tests/test_validation.py
5453
5554
# 2) UBUNTU JOB (Runs ALL tests with missing: test_gui, test_system, test_integration, test_settings, anything gui/tk/vm tk)
5655
ubuntu-tests:

0 commit comments

Comments
 (0)