Skip to content

Commit

Permalink
Simplify diff
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilMiller authored and mattw-nws committed Jul 26, 2023
1 parent 3941d58 commit d1d718f
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/test_and_validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ jobs:
build-cores: ${{ env.LINUX_NUM_PROC_CORES }}

- name: Run Tests
run: |
./cmake_build/test/test_unit
run: ./cmake_build/test/test_unit
timeout-minutes: 15

- name: Run GeoPackage Tests
Expand Down Expand Up @@ -83,8 +82,7 @@ jobs:
build-cores: ${{ env.LINUX_NUM_PROC_CORES }}

- name: Run Tests
run: |
./cmake_build/test/compare_pet
run: ./cmake_build/test/compare_pet
timeout-minutes: 15

- name: Clean Up
Expand Down Expand Up @@ -112,8 +110,7 @@ jobs:
use_mpi: 'ON'

- name: run_tests
run: |
mpirun --allow-run-as-root -np 2 ./cmake_build/test/test_remote_nexus
run: mpirun --allow-run-as-root -np 2 ./cmake_build/test/test_remote_nexus
timeout-minutes: 15

- name: Clean Up
Expand Down Expand Up @@ -356,8 +353,7 @@ jobs:
additional_python_requirements: 'extern/test_bmi_py/requirements.txt'

- name: Run Unit Tests
run: |
./cmake_build/test/test_bmi_multi
run: ./cmake_build/test/test_bmi_multi
timeout-minutes: 15

- name: Clean Up Unit Test Build
Expand Down

0 comments on commit d1d718f

Please sign in to comment.