Skip to content

Commit 25287c6

Browse files
committed
Tune worker parameters
1 parent 8563b13 commit 25287c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ jobs:
5151
run: |
5252
poetry install
5353
- name: Run simulation_params tests
54-
run: poetry run pytest -n logical -rA tests/simulation
54+
run: poetry run pytest -n 16 -rA tests/simulation
5555
- name: Run flow360_params tests
56-
run: poetry run pytest -n logical -rA --ignore tests/simulation
56+
run: poetry run pytest -n 16 -rA --ignore tests/simulation

0 commit comments

Comments
 (0)