Skip to content

Commit

Permalink
CI: Make sure the Android tests build
Browse files Browse the repository at this point in the history
  • Loading branch information
jrose-signal committed Oct 26, 2023
1 parent 3ac14b1 commit c9a2faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:
- name: Verify that the JNI bindings are up to date
run: rust/bridge/jni/bin/gen_java_decl.py --verify

- run: ./gradlew build
- run: ./gradlew build assembleDebugAndroidTest
working-directory: java

- run: java/check_code_size.py
Expand Down

0 comments on commit c9a2faa

Please sign in to comment.