Re-enable parallel

This commit is contained in:
Devon Hudson
2025-08-06 14:39:18 -06:00
parent a387d6ecf8
commit c9f04f3484

View File

@@ -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