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 c3ff3b3 commit 5faa4bfCopy full SHA for 5faa4bf
.github/workflows/ci-workflow.yml
@@ -40,4 +40,4 @@ jobs:
40
java-version: '8'
41
distribution: 'temurin'
42
- name: Test Rust with Cargo
43
- run: JAVAM_HOME="" cargo test --features=legacy-java-compat --verbose -- --nocapture
+ run: JAVA_HOME="" cargo test --features=legacy-java-compat --verbose -- --nocapture
0 commit comments