Skip to content

Commit 6166db1

Browse files
committed
Fix typo
1 parent 0cd8ce2 commit 6166db1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_runner-siracusa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ jobs:
4444
export CCACHE_DIR=/app/.ccache
4545
4646
# Run tests using pytest markers
47-
pytest test_platforms.py -m -v -n 4 "siracusa and ${{ inputs.pytest-marker }}"
47+
pytest test_platforms.py -v -n 4 -m "siracusa and ${{ inputs.pytest-marker }}"
4848
shell: bash

0 commit comments

Comments
 (0)