Skip to content

Commit

Permalink
Merge pull request #1758 from kuzudb/windows-javatest
Browse files Browse the repository at this point in the history
Add Java test for Windows CI
  • Loading branch information
mewim committed Jul 4, 2023
2 parents 8518580 + e6cfe44 commit fc7fa9a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,12 @@ jobs:
call "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars64.bat"
set OPENSSL_DIR=C:\Program Files\OpenSSL-Win64
make rusttest NUM_THREADS=18
- name: Java test
shell: cmd
run: |
call "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars64.bat"
make javatest NUM_THREADS=18
clang-formatting-check:
name: clang-format check
Expand Down

0 comments on commit fc7fa9a

Please sign in to comment.