Skip to content

Commit

Permalink
GitHub gradle.yml workflow: run tests and examples
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Mar 7, 2024
1 parent 333f43d commit 4bb5f0f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,8 @@ 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
- name: Run Kotlin (ECDSA) Example
run: ./gradlew secp256k1-examples-kotlin:run

0 comments on commit 4bb5f0f

Please sign in to comment.