Skip to content

Commit

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

- name: bench
if: matrix.os == 'ubuntu-latest'
run: cargo bench --workspace --all-targets --all-features

- name: doc
run: cargo doc --workspace --all-features --no-deps

Expand Down Expand Up @@ -98,6 +102,12 @@ jobs:
cd java-bridge
cargo test --release --all --all-features
- name: bench
if: matrix.os == 'ubuntu-latest'
run: |
cd java-bridge
cargo bench --workspace --all-targets --all-features
- name: java-bridge doc
run: |
cd java-bridge
Expand Down

0 comments on commit 1939540

Please sign in to comment.