Skip to content

Commit

Permalink
Updated pytest line in build_and_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rickecon committed Apr 12, 2024
1 parent 7fd2f4c commit 308c5fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
shell: bash -l {0}
working-directory: ./
run: |
python -m pytest 'not local' --cov=./ --cov-report=xml
python -m pytest -v -m "not local" --cov=./ --cov-report=xml
- name: Upload coverage to Codecov
if: matrix.os == 'ubuntu-latest'
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 308c5fe

Please sign in to comment.