Skip to content

Commit

Permalink
fixed ctest dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelyr committed Oct 24, 2024
1 parent d8ecddd commit a45e052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
# run: sudo apt-get install -yq valgrind

- name: Run CTest
run: ctest --test-dir ${{ runner.temp }}/build-pumi-pic
run: ctest --test-dir ${{ runner.temp }}/build-pcms

- name: Print Test
if: always()
Expand Down

0 comments on commit a45e052

Please sign in to comment.