Re-enable parallel
This commit is contained in:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -439,7 +439,7 @@ jobs:
|
|||||||
) &
|
) &
|
||||||
MONITOR_PID=$!
|
MONITOR_PID=$!
|
||||||
|
|
||||||
poetry run trial tests
|
poetry run trial --jobs=6 tests
|
||||||
STATUS=$?
|
STATUS=$?
|
||||||
|
|
||||||
kill $MONITOR_PID
|
kill $MONITOR_PID
|
||||||
|
|||||||
Reference in New Issue
Block a user