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 e26187d commit 677ba49Copy full SHA for 677ba49
.github/workflows/ci-workflow.yml
@@ -26,8 +26,6 @@ jobs:
26
distribution: 'adopt'
27
- name: Build and Test Java with Maven
28
run: mvn -f ./java/pom.xml --batch-mode --update-snapshots package
29
- - name: Build and install Java testing resources with Maven
30
- run: mvn -f ./test-resources/java/pom.xml --batch-mode --update-snapshots install
31
- name: Build Rust with Cargo
32
run: cargo build --manifest-path ./rust/Cargo.toml --verbose
33
- name: Test Rust with Cargo
0 commit comments