Skip to content

Commit

Permalink
remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelyr committed Jan 18, 2025
1 parent 95896f7 commit 8e7ffac
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/cmake-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +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 8e7ffac

Please sign in to comment.