Changeset: 95afe8850193 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/95afe8850193
Modified Files:
        .github/workflows/linux.yml
Branch: resource_management
Log Message:

enable output on  failure


diffs (12 lines):

diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -124,7 +124,7 @@ jobs:
       - name: ctest 
         run: |
           cd build 
-          cmake --build . --target ${{ runner.os == 'Windows' && 'RUN_TESTS' 
|| 'test' }}
+          cmake CTEST_OUTPUT_ON_FAILURE=1 --build . --target ${{ runner.os == 
'Windows' && 'RUN_TESTS' || 'test' }}
         if: runner.os != 'Windows'
 
       - name: mtest 
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to