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 26, 2024
1 parent cf3df6c commit 67d1984
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/build_and_tests_reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ 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 -- --skip keyring

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

Expand Down Expand Up @@ -102,12 +98,6 @@ jobs:
cd java-bridge
cargo test --release --all --all-features
# - name: java-bridge 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 67d1984

Please sign in to comment.