Skip to content

Commit

Permalink
Run tests using pytest in meson workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez authored Oct 30, 2024
1 parent fb70abe commit 8f8ff88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,5 @@ jobs:
run: |
# We don't install sage_setup, so don't try to test it
rm -R ./src/sage_setup/
./sage -t --all -p4
pip install coverage pytest-xdist pytest-github-actions-annotate-failures
coverage run -m pytest --doctest -s -rfEs .

0 comments on commit 8f8ff88

Please sign in to comment.