Skip to content

Commit

Permalink
Skip dt_arith and dtransform in CMake (temp)
Browse files Browse the repository at this point in the history
Avoid long double test failures while we investigate.
  • Loading branch information
derobins committed Aug 26, 2024
1 parent d429b81 commit 4b194f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nvhpc-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,11 @@ jobs:
cmake --build . --parallel 3 --config ${{ inputs.build_mode }}
working-directory: ${{ runner.workspace }}/build

# Skipping dt_arith and dtransform while we investigate long double failures
- name: CMake Run Tests
shell: bash
run: |
ctest . -E MPI_TEST --parallel 2 -C ${{ inputs.build_mode }} -V
ctest . -E MPI_TEST -E H5TEST-dt_arith -E H5TEST-dtransform --parallel 2 -C ${{ inputs.build_mode }} -V
working-directory: ${{ runner.workspace }}/build

- name: CMake Run Parallel Tests
Expand Down

0 comments on commit 4b194f5

Please sign in to comment.