Skip to content

Commit

Permalink
It would be good if on MacOS we also run the tests. Lets see what hap…
Browse files Browse the repository at this point in the history
…pens.
  • Loading branch information
mvdvm committed Apr 25, 2024
1 parent 0210227 commit 066753d
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 066753d

Please sign in to comment.