We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00d4457 commit 7e800b4Copy full SHA for 7e800b4
.github/actions/rust-test/action.yaml
@@ -70,5 +70,7 @@ runs:
70
shell: bash
71
run: |
72
cd native
73
+ # Set LD_LIBRARY_PATH to include JVM library path for tests that use JNI
74
+ export LD_LIBRARY_PATH=${JAVA_HOME}/lib/server:${LD_LIBRARY_PATH}
75
RUST_BACKTRACE=1 cargo nextest run
76
0 commit comments