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

github actions ctest with verbose output


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' }}
+          CTEST_OUTPUT_ON_FAILURE=1 cmake --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