Changeset: 94e0b3f66f66 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/94e0b3f66f66
Modified Files:
.github/workflows/linux.yml
Branch: resource_management
Log Message:
try on default
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 CTEST_OUTPUT_ON_FAILURE=1 --build . --target ${{ runner.os ==
'Windows' && 'RUN_TESTS' || 'test' }}
+ 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]