File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments