Skip to content

Commit c9f04f3

Browse files
committed
Re-enable parallel
1 parent a387d6e commit c9f04f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ jobs:
439439
) &
440440
MONITOR_PID=$!
441441
442-
poetry run trial tests
442+
poetry run trial --jobs=6 tests
443443
STATUS=$?
444444
445445
kill $MONITOR_PID

0 commit comments

Comments
 (0)