Skip to content

Commit

Permalink
update bench run in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias committed Dec 17, 2024
1 parent 1eb8adb commit 0b54f4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_tests_reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

- name: bench
if: matrix.os != 'windows-latest'
run: cargo bench --workspace --all-targets --all-features -- --skip keyring
run: cargo bench --workspace --all-targets --all-features --target x86_64-unknown-linux-gnu -j 14 -- --skip keyring

- name: doc
run: cargo doc --workspace --all-features --no-deps
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
if: matrix.os != 'windows-latest'
run: |
cd java-bridge
cargo bench --workspace --all-targets --all-features
cargo bench --workspace --all-targets --all-features --target x86_64-unknown-linux-gnu -j 14 -- --skip keyring
- name: java-bridge doc
run: |
Expand Down

0 comments on commit 0b54f4f

Please sign in to comment.