Skip to content

Commit

Permalink
Add test
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHougaard committed Dec 21, 2023
1 parent a626a86 commit 7e3acca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,16 @@ jobs:
build_rust:
uses: ./.github/workflows/build-c-bindings.yml

test-rust-crate:
uses: ./.github/workflows/rust-test.yml

build_java:
name: Build Java
runs-on: ubuntu-22.04
needs:
- generate_schemas
- build_rust
- test-rust-crate

steps:
- name: Checkout Repository
Expand Down

0 comments on commit 7e3acca

Please sign in to comment.