summaryrefslogtreecommitdiff
path: root/.github/workflows/python_matrix.yml
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2024-10-25 09:41:11 +0200
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2024-10-25 10:05:19 +0200
commit7a1fa20e9bca47c4c70734aec99209e402e0f076 (patch)
tree918f87b9543b2599d038a47f55778315ff47522e /.github/workflows/python_matrix.yml
parentc973d9ee82a36419a408b193d4195f69734a8e33 (diff)
Made GitHub actions display all warnings in Python tests.
Diffstat (limited to '.github/workflows/python_matrix.yml')
-rw-r--r--.github/workflows/python_matrix.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/python_matrix.yml b/.github/workflows/python_matrix.yml
index ab48c2be83..5901e584aa 100644
--- a/.github/workflows/python_matrix.yml
+++ b/.github/workflows/python_matrix.yml
@@ -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