diff --git a/.github/workflows/dymos_tests_workflow.yml b/.github/workflows/dymos_tests_workflow.yml index b5d5e5977..6e673996f 100644 --- a/.github/workflows/dymos_tests_workflow.yml +++ b/.github/workflows/dymos_tests_workflow.yml @@ -427,9 +427,13 @@ jobs: # testflo dymos -n 2 --pre_announce --show_skipped --durations 20 # fi python -c 'import multiprocessing as mp; print(mp.cpu_count())' + echo "Running multi phase restart test case standalone" testflo dymos/examples/finite_burn_orbit_raise/test/test_multi_phase_restart.py:TestExampleTwoBurnOrbitRaiseConnected.test_ex_two_burn_orbit_raise_connected -n 2 --pre_announce -s - testflo dymos/examples/finite_burn_orbit_raise/test/test_ex_two_burn_orbit_raise_mpi.py:TestExampleTwoBurnOrbitRaiseMPI -n 2 --pre_announce -s + echo "Running two burn orbit raise MPI standalone" testflo dymos/examples/finite_burn_orbit_raise/test/test_ex_two_burn_orbit_raise_mpi.py:TestExampleTwoBurnOrbitRaiseMPI.test_ex_two_burn_orbit_raise_mpi -n 2 --pre_announce -s + echo "Running all orbit raise MPI tests" + testflo dymos/examples/finite_burn_orbit_raise/test/test_ex_two_burn_orbit_raise_mpi.py:TestExampleTwoBurnOrbitRaiseMPI -n 2 --pre_announce -s + echo "Running all orbit raise MPI and NON MPI tests" testflo dymos/examples/finite_burn_orbit_raise/test -n 2 --pre_announce -s - name: Submit coverage if: github.event_name != 'workflow_dispatch'