aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/push.yml7
1 files changed, 2 insertions, 5 deletions
diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml
index db1ca813b..26f4d7c2d 100644
--- a/.github/workflows/push.yml
+++ b/.github/workflows/push.yml
@@ -294,11 +294,8 @@ jobs:
pacman --noconfirm -U artifact/mingw-w64-x86_64-ghdl-llvm-*.zst
pip3 install -r testsuite/requirements.txt
- - name: Test package
- run: |
- GHDL=ghdl \
- PYTEST_ARGS='--cov=.. --cov-config=.coveragerc' \
- ./testsuite/testsuite.sh pyunit
+ - name: Run tests to generate coverage report
+ run: PYTHONPATH=$(pwd)/.. python3 -m pytest -rA --cov=.. --cov-config=.coveragerc testsuite/pyunit
#---