Skip to content

Commit

Permalink
Correct name of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF committed Dec 5, 2023
1 parent 349e9b7 commit 772713b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nvhpc-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@ jobs:
- name: CMake Run Tests
shell: bash
run: |
ctest . --parallel 2 -C ${{ inputs.build_mode }} -V -E "f90_ph5_hyperslab_by_chunk|f90_ph5_hyperslab_by_pattern"
ctest . --parallel 2 -C ${{ inputs.build_mode }} -V -E "ph5_f90_hyperslab_by_chunk|ph5_f90_hyperslab_by_pattern"
working-directory: ${{ runner.workspace }}/build

0 comments on commit 772713b

Please sign in to comment.