Skip to content

Commit

Permalink
ci: fix yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Sep 26, 2023
1 parent 79620de commit 47e6b73
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/mac-clang15-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
working-directory: ${{ runner.workspace }}/build

- name: Test
run: ctest --build . -C ${{ matrix.build_type }} \
-E MPI_TEST_H5DIFF-h5diff -VV --output-on-error
run: |
ctest --build . -C ${{ matrix.build_type }} \
-E MPI_TEST_H5DIFF-h5diff -VV --output-on-error
working-directory: ${{ runner.workspace }}/build

0 comments on commit 47e6b73

Please sign in to comment.