Skip to content

Commit

Permalink
GitHub gradle.yml workflow: run tests and Java example
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Mar 8, 2024
1 parent 512b963 commit cc5159c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,6 @@ jobs:
- name: Install secp256k1 with Nix
run: nix profile install nixpkgs#secp256k1
- name: Build with Gradle
run: ./gradlew build -x test # Skip tests because they will fail without libsecp256k1 installed.
run: ./gradlew build
- name: Run Java (Schnorr) Example
run: ./gradlew secp256k1-examples-java:run

0 comments on commit cc5159c

Please sign in to comment.