Skip to content

Commit

Permalink
correct regex
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF committed Dec 5, 2023
1 parent 688255d commit 97ddd1d
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|pattern)"
ctest . --parallel 2 -C ${{ inputs.build_mode }} -V -E "f90_ph5_hyperslab_by_(chunk|pattern)"
working-directory: ${{ runner.workspace }}/build

0 comments on commit 97ddd1d

Please sign in to comment.