Skip to content

Commit

Permalink
run pcms test
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelyr committed Oct 24, 2024
1 parent d9744ef commit d8ecddd
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,11 @@ jobs:
-DPCMS_TEST_DATA_DIR=$PWD/pcms_testcases'

# - name: Install Valgrind
# run: sudo apt-get install -yq valgrind
# run: sudo apt-get install -yq valgrind

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

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

0 comments on commit d8ecddd

Please sign in to comment.