Skip to content

Commit

Permalink
Merge branch 'master' into fix-memoryerror
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm authored Jan 9, 2024
2 parents 7670657 + 0d54000 commit a00f345
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
env:
CFLAGS: "-UNDEBUG"
- name: Test with pytest
run: |
coverage run -m pytest -v
coverage xml
run: coverage run -m pytest -v
- name: Generate coverage report
run: coverage xml
- name: Upload Coverage
uses: coverallsapp/github-action@v2
with:
Expand Down

0 comments on commit a00f345

Please sign in to comment.