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 8563b13 commit 25287c6Copy full SHA for 25287c6
.github/workflows/test.yml
@@ -51,6 +51,6 @@ jobs:
51
run: |
52
poetry install
53
- name: Run simulation_params tests
54
- run: poetry run pytest -n logical -rA tests/simulation
+ run: poetry run pytest -n 16 -rA tests/simulation
55
- name: Run flow360_params tests
56
- run: poetry run pytest -n logical -rA --ignore tests/simulation
+ run: poetry run pytest -n 16 -rA --ignore tests/simulation
0 commit comments