Skip to content

Commit

Permalink
CI: Let pytest generate summary report
Browse files Browse the repository at this point in the history
  • Loading branch information
EwoutH authored Aug 10, 2024
1 parent 352ac32 commit ebb7976
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
pip install mesa --pre
pip install pytest
- name: Test with pytest
run: pytest test_examples.py
run: pytest -rA test_examples.py

build-main:
runs-on: ubuntu-latest
Expand All @@ -65,4 +65,4 @@ jobs:
pip install pytest
pip install -U git+https://github.com/projectmesa/mesa@main#egg=mesa
- name: Test with pytest
run: pytest -v test_examples.py
run: pytest -rA test_examples.py

0 comments on commit ebb7976

Please sign in to comment.