Changeset: 400d35258147 for monetdb-java
URL: https://dev.monetdb.org/hg/monetdb-java/rev/400d35258147
Modified Files:
        .github/workflows/macos.yml
Branch: default
Log Message:

It would be good if on MacOS we also run the tests. Lets see what happens.


diffs (19 lines):

diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -20,4 +20,14 @@ jobs:
         distribution: liberica
 
     - name: Build
-      run: make all
+      run: make
+
+    - name: Create jar symlink
+      run: ln -s monetdb-jdbc*.jar monetdb-jdbc.jar
+      working-directory: jars
+
+    - name: Run JDBC_API_Tester
+      run: java -cp jars/monetdb-jdbc.jar:jars/jdbctests.jar JDBC_API_Tester 
'jdbc:monetdb://localhost:50000/monetdb?user=monetdb&password=monetdb'
+
+    - name: Run OnClientTester
+      run: java -cp jars/monetdb-jdbc.jar:jars/jdbctests.jar OnClientTester 
'jdbc:monetdb://localhost:50000/monetdb?user=monetdb&password=monetdb' -v
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to