We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da0b5db commit 08c9585Copy full SHA for 08c9585
.github/workflows/unit_tests.yml
@@ -64,4 +64,4 @@ jobs:
64
- name: Run AgentLab Unit Tests
65
env:
66
MINIWOB_URL: "http://localhost:8080/miniwob/"
67
- run: pytest --durations=10 -m 'not pricy' -v tests/
+ run: pytest -n 5 --durations=10 -m 'not pricy' -v tests/
0 commit comments