Skip to content

Commit

Permalink
💚 disable cargo cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanTsune committed Sep 26, 2023
1 parent 4d9a242 commit eb2894b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 21 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,6 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Cache cargo
uses: actions/cache@v3
with:
path: |
~/.cargo/registry
~/.cargo/git
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- uses: ./.github/actions/setup-rust
- name: Run rust-bench
run: |
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/rust-clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,6 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Cache cargo
uses: actions/cache@v3
with:
path: |
~/.cargo/registry
~/.cargo/git
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- uses: ./.github/actions/setup-rust
- name: Install required cargo
run: cargo install clippy-sarif sarif-fmt
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,6 @@ jobs:
- uses: ./.github/actions/setup-rust
with:
channel: ${{ matrix.rust }}
- name: Cache cargo
uses: actions/cache@v3
with:
path: |
~/.cargo/registry
~/.cargo/git
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: run test
run: cargo test --locked --release --all-features
env:
Expand Down

0 comments on commit eb2894b

Please sign in to comment.