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

on windows skip ctest


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
@@ -101,6 +101,8 @@ jobs:
         run: |
           cd build 
           cmake --build . --target test
+        if: runner.os != 'Windows'
+
       - name: install pymonetdb
         run: pip3 install pymonetdb
       - name: which python
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to