Skip to content

Commit 08c9585

Browse files
committed
retrying with multiple jobs
1 parent da0b5db commit 08c9585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ jobs:
6464
- name: Run AgentLab Unit Tests
6565
env:
6666
MINIWOB_URL: "http://localhost:8080/miniwob/"
67-
run: pytest --durations=10 -m 'not pricy' -v tests/
67+
run: pytest -n 5 --durations=10 -m 'not pricy' -v tests/

0 commit comments

Comments
 (0)