Skip to content

Commit

Permalink
Fix parallel integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
IshaanDesai committed Jan 27, 2025
1 parent b7de775 commit 42772a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-adaptivity-tests-parallel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
timeout-minutes: 3
working-directory: micro-manager/tests/integration/test_unit_cube
run: |
mpiexec -n 2 --allow-run-as-root micro-manager-precice micro-manager-config-global-adaptivity.json &
mpiexec -n 2 --allow-run-as-root micro-manager-precice micro-manager-config-global-adaptivity-parallel.json &
python3 unit_cube.py
adaptivity_unit_tests_parallel:
Expand Down

0 comments on commit 42772a5

Please sign in to comment.