Skip to content

Commit

Permalink
on CI run beches only on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias committed Dec 25, 2024
1 parent 20a9007 commit 91c9ccf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_tests_reusable.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: '_build-and-tests'
dname: '_build-and-tests'
on:
workflow_call:

Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
run: cargo test --release --all --all-features -- --skip keyring

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

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

0 comments on commit 91c9ccf

Please sign in to comment.