Skip to content

Commit

Permalink
updateing tests workflow for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
gbomarito committed Sep 23, 2024
1 parent 0e0f347 commit 7682040
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ jobs:
run: |
./.build_bingocpp.sh
- name: Test with just pytest
run: |
pytest tests --cov=bingo --cov-report=term-missing --cov-append
- name: Test with pytest
run: |
tests/.run_tests.sh
Expand Down

0 comments on commit 7682040

Please sign in to comment.