Skip to content

Commit 888a177

Browse files
committed
build.yml: run secp-integration-test:nativeTest
add `secp-integration-test:nativeTest` Gradle task to `build_graalvm_gradle` and `build_nix`
1 parent 79b0a00 commit 888a177

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ jobs:
9090
run: ./gradlew build secp-examples-java:nativeCompile
9191
- name: Run Schnorr Native Example
9292
run: ./secp-examples-java/build/schnorr-example
93+
- name: Run integration tests with nativeTest
94+
run: ./gradlew secp-integration-test:nativeTest
9395

9496
javadoc_artifact:
9597
needs: build_gradle
@@ -136,7 +138,7 @@ jobs:
136138
run: nix build --no-link .#devShells.$(nix eval --impure --raw --expr 'builtins.currentSystem').default
137139
- name: Build in Nix development shell
138140
shell: 'nix develop -c bash -e {0}' # Use the Pre-built devShell
139-
run: gradle build run runEcdsa secp-examples-java:nativeCompile
141+
run: gradle build run runEcdsa secp-examples-java:nativeCompile secp-integration-test:nativeTest
140142
- name: Run Schnorr Native Example
141143
shell: 'nix develop -c bash -e {0}' # Use the Pre-built devShell
142144
run: ./secp-examples-java/build/schnorr-example

0 commit comments

Comments
 (0)