Skip to content

Commit

Permalink
Update build_and_tests_reusable.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Radu Marias <[email protected]>
  • Loading branch information
radumarias authored Dec 17, 2024
1 parent 14ab69a commit 02ac56f
Showing 1 changed file with 7 additions and 17 deletions.
24 changes: 7 additions & 17 deletions .github/workflows/build_and_tests_reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,13 @@ jobs:
-A clippy::type_complexity
shell: bash

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

- name: tests
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: doc
run: cargo doc --workspace --all-features --no-deps

- name: test package
if: matrix.os == 'ubuntu-latest'
run: |
Expand Down Expand Up @@ -96,19 +92,13 @@ jobs:
-A clippy::type_complexity
shell: bash

- name: java-bridge tests
if: matrix.os != 'windows-latest'
- name: java-bridge doc
run: |
cd java-bridge
cargo test --release --all --all-features
cargo doc --workspace --all-features --no-deps
- name: java-bridge bench
- name: java-bridge tests
if: matrix.os != 'windows-latest'
run: |
cd java-bridge
cargo bench --workspace --all-targets --all-features
- name: java-bridge doc
run: |
cd java-bridge
cargo doc --workspace --all-features --no-deps
cargo test --release --all --all-features

0 comments on commit 02ac56f

Please sign in to comment.