Skip to content

Commit

Permalink
Update build_and_tests_reusable.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias authored Dec 16, 2024
1 parent 5b4ead0 commit ae65de4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build_and_tests_reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ jobs:
if: matrix.os != 'windows-latest'
run: cargo test --release --all --all-features -- --skip keyring

- name: bench
if: matrix.os != 'windows-latest'
run: cargo bench --workspace --all-targets --all-features -- --skip keyring

- name: test package
if: matrix.os == 'ubuntu-latest'
run: |
Expand Down Expand Up @@ -102,3 +106,9 @@ jobs:
run: |
cd java-bridge
cargo test --release --all --all-features
- name: java-bridge bench
if: matrix.os != 'windows-latest'
run: |
cd java-bridge
cargo bench --workspace --all-targets --all-features

0 comments on commit ae65de4

Please sign in to comment.