Skip to content

Commit

Permalink
try ctest
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelyr committed Jan 17, 2025
1 parent 7bef586 commit 4544098
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cmake-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,9 @@ jobs:
# - name: Install Valgrind
# run: sudo apt-get install -yq valgrind

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

# - name: Print Test
# if: always()
# run: cat ${{ runner.temp }}/build-pcms/Testing/Temporary/LastTest.log
- name: Print Test
if: always()
run: cat ${{ runner.temp }}/build-pcms/Testing/Temporary/LastTest.log

0 comments on commit 4544098

Please sign in to comment.