Skip to content

Commit 558d0b8

Browse files
author
Juan Tirado
committed
Fix wrong tox line.
1 parent 140bc2f commit 558d0b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ jobs:
7777
run: pip install tox
7878
- name: Run integration
7979
# Force one single concurrent test
80-
run: tox -e integration -n 1
80+
run: tox -e integration -- -n 1

0 commit comments

Comments
 (0)