We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cd8ce2 commit 6166db1Copy full SHA for 6166db1
.github/workflows/_runner-siracusa.yml
@@ -44,5 +44,5 @@ jobs:
44
export CCACHE_DIR=/app/.ccache
45
46
# Run tests using pytest markers
47
- pytest test_platforms.py -m -v -n 4 "siracusa and ${{ inputs.pytest-marker }}"
+ pytest test_platforms.py -v -n 4 -m "siracusa and ${{ inputs.pytest-marker }}"
48
shell: bash
0 commit comments