mirror of
https://github.com/django/django.git
synced 2026-02-09 02:49:25 +08:00
Made GitHub actions display all warnings in Python tests.
This commit is contained in:
committed by
Sarah Boyce
parent
c973d9ee82
commit
7a1fa20e9b
2
.github/workflows/python_matrix.yml
vendored
2
.github/workflows/python_matrix.yml
vendored
@@ -49,4 +49,4 @@ jobs:
|
||||
run: python -m pip install --upgrade pip setuptools wheel
|
||||
- run: python -m pip install -r tests/requirements/py3.txt -e .
|
||||
- name: Run tests
|
||||
run: python tests/runtests.py -v2
|
||||
run: python -Wall tests/runtests.py -v2
|
||||
|
||||
Reference in New Issue
Block a user