Skip to content

Commit

Permalink
Increase verbosity for the test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Feb 21, 2025
1 parent d3ac9dd commit 1de9537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
- name: Run tests
run: |
python -m pytest -v \
python -m pytest -svra \
--cov=pytest_pyodide \
--dist-dir=./pyodide-dist/ \
--runner=${{ inputs.runner }} \
Expand Down

0 comments on commit 1de9537

Please sign in to comment.