We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2f2287 commit 38644f0Copy full SHA for 38644f0
.github/workflows/cmake-test.yml
@@ -192,7 +192,7 @@ jobs:
192
# run: sudo apt-get install -yq valgrind
193
194
- name: Run CTest
195
- run: ctest --test-dir ${{ runner.temp }}/build-pcms --output-on-failure
+ run: ctest --test-dir ${{ runner.temp }}/build-pcms
196
197
- - name: Print Test
198
- run: cat ${{ runner.temp }}/build-pcms/Testing/Temporary/LastTest.log
+ # - name: Print Test
+ # run: cat ${{ runner.temp }}/build-pcms/Testing/Temporary/LastTest.log
0 commit comments