Skip to content

Commit

Permalink
CI should test JNI build.
Browse files Browse the repository at this point in the history
  • Loading branch information
SirWumpus authored Jul 7, 2024
1 parent da3baf2 commit 5b07432
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,7 @@ jobs:
run: make
- name: make test
run: make test
- name: test with JNI
run: cd jni && make test
- name: make distclean
run: make distclean

0 comments on commit 5b07432

Please sign in to comment.