Skip to content

Commit c83b5df

Browse files
Add Generate Kotlin Android to CI
1 parent 711e3b0 commit c83b5df

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/kotlin.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
- name: Generate Kotlin JVM
3434
run: ./scripts/uniffi_bindgen_generate_kotlin.sh
3535

36+
- name: Generate Kotlin Android
37+
run: ./scripts/uniffi_bindgen_generate_kotlin_android.sh
38+
3639
- name: Start bitcoind and electrs
3740
run: docker compose up -d
3841

0 commit comments

Comments
 (0)