Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/bencher-base-benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ jobs:
cache-bin: 'false'
save-if: 'false'

- name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.10

- name: Setup Bencher
uses: bencherdev/bencher@main

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/bencher-pr-benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ jobs:
cache-bin: 'false'
save-if: 'false'

- name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.10

- name: Setup Bencher
uses: bencherdev/bencher@main

Expand Down
35 changes: 0 additions & 35 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ env:
CARGO_INCREMENTAL: 0
# Required by cargo-insta: https://insta.rs/docs/quickstart/#continuous-integration
CI: true
SCCACHE_GHA_ENABLED: true
RUSTC_WRAPPER: sccache

_RUST_STABLE: &rust_stable stable
# Pinning the nightly version to a "stable" version to avoid CI breakages.
Expand Down Expand Up @@ -48,9 +46,6 @@ jobs:
shared-key: 'rust-ci'
cache-bin: 'false'

- name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.10

- name: Run cargo check
run: cargo check --all-targets --all-features

Expand Down Expand Up @@ -87,9 +82,6 @@ jobs:
shared-key: 'rust-ci'
cache-bin: 'false'

- name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.10

- name: Install cargo-nextest
uses: taiki-e/install-action@v2
with:
Expand Down Expand Up @@ -133,9 +125,6 @@ jobs:
cache-bin: 'false'
save-if: 'false'

- name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.10

- name: Run clippy
run: cargo clippy --no-deps --all-targets -- -D warnings

Expand All @@ -162,9 +151,6 @@ jobs:
cache-bin: 'false'
save-if: 'false'

- name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.10

- name: Install cargo-nextest
uses: taiki-e/install-action@v2
with:
Expand Down Expand Up @@ -217,9 +203,6 @@ jobs:
cache-bin: 'false'
save-if: 'false'

- name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.10

- name: Run the external dependencies
run: docker compose up -d

Expand Down Expand Up @@ -269,9 +252,6 @@ jobs:
cache-bin: 'false'
save-if: 'false'

- name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.10

- name: Run fmt
run: cargo fmt --all -- --check

Expand All @@ -281,9 +261,6 @@ jobs:
name: Machete dependencies checks
runs-on: ubuntu-latest
needs: ["check"]
env:
RUSTC_WRAPPER: ""
SCCACHE_GHA_ENABLED: ""
steps:
- name: Checkout source
uses: actions/checkout@v6
Expand Down Expand Up @@ -322,9 +299,6 @@ jobs:
- name: Install cargo-hack
uses: taiki-e/install-action@cargo-hack

- name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.10

- name: Run cargo check with minimal versions
run: |
# Remove dev-dependencies from Cargo.toml to prevent the next `cargo update`
Expand Down Expand Up @@ -359,9 +333,6 @@ jobs:
- name: Install cargo-hack
uses: taiki-e/install-action@cargo-hack

- name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.10

- name: Run cargo check with every combination of features
run: cargo hack check --feature-powerset --depth 3 --exclude-features db --no-dev-deps

Expand Down Expand Up @@ -407,9 +378,6 @@ jobs:

name: License check
runs-on: ubuntu-latest
env:
SCCACHE_GHA_ENABLED: ""
RUSTC_WRAPPER: ""
steps:
- name: Checkout source
uses: actions/checkout@v6
Expand All @@ -423,9 +391,6 @@ jobs:
if: github.event_name == 'pull_request'
name: Semver compatibility check
runs-on: ubuntu-latest
env:
RUSTC_WRAPPER: ""
SCCACHE_GHA_ENABLED: ""
steps:
- name: Checkout source
uses: actions/checkout@v6
Expand Down
Loading