Skip to content

Commit 38644f0

Browse files
committed
Revert "temporary fix to print fail log"
This reverts commit 35d20d4.
1 parent e2f2287 commit 38644f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cmake-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ jobs:
192192
# run: sudo apt-get install -yq valgrind
193193

194194
- name: Run CTest
195-
run: ctest --test-dir ${{ runner.temp }}/build-pcms --output-on-failure
195+
run: ctest --test-dir ${{ runner.temp }}/build-pcms
196196

197-
- name: Print Test
198-
run: cat ${{ runner.temp }}/build-pcms/Testing/Temporary/LastTest.log
197+
# - name: Print Test
198+
# run: cat ${{ runner.temp }}/build-pcms/Testing/Temporary/LastTest.log

0 commit comments

Comments
 (0)