Skip to content

Commit

Permalink
ci: remove benchmark from rust_ci since we don't have any
Browse files Browse the repository at this point in the history
  • Loading branch information
samlaf committed Dec 16, 2024
1 parent 4222cfa commit e43b501
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/rust_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,27 +62,6 @@ jobs:
- name: chown target
run: |
sudo chown -R $(id -u):$(id -g) ./target
cargo-build-benches:
runs-on: ubuntu-latest
timeout-minutes: 20
name: build-benchmarks
continue-on-error: true
steps:
- name: Checkout sources
uses: actions/checkout@v4
with:
submodules: true
- uses: taiki-e/install-action@just
- name: Install Rust stable toolchain
uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
- name: build benches
run: cargo bench --no-run --workspace --all --features test-utils
- name: chown target
run: |
sudo chown -R $(id -u):$(id -g) ./target
cargo-build:
runs-on: ubuntu-latest
timeout-minutes: 20
Expand Down

0 comments on commit e43b501

Please sign in to comment.