Skip to content

Commit

Permalink
GitHub gradle.yml: Run the Kotlin Schnorr Example
Browse files Browse the repository at this point in the history
Now that it works, we should smoke test it on CI
  • Loading branch information
msgilligan committed Apr 10, 2024
1 parent f2c34c8 commit 69688a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@ jobs:
run: ./gradlew build
- name: Run Java (Schnorr) Example
run: ./gradlew secp256k1-examples-java:run
- name: Run Kotlin (Schnorr) Example
run: ./gradlew secp256k1-examples-kotlin:run

0 comments on commit 69688a5

Please sign in to comment.