Skip to content

Commit

Permalink
Disable caching
Browse files Browse the repository at this point in the history
  • Loading branch information
syl20bnr committed Jan 4, 2024
1 parent 29e888a commit 918a94b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
rust: [1.71.0]
test: ['std']
include:
- cache: stable
rust: stable
# - cache: 1-71-0
# rust: 1.71.0
# - cache: stable
# rust: stable
- cache: 1-71-0
rust: 1.71.0
- os: ubuntu-22.04
coverage-flags: COVERAGE=1
rust: stable
Expand Down Expand Up @@ -79,11 +79,11 @@ jobs:
components: rustfmt, clippy
toolchain: ${{ matrix.rust }}

- name: caching
uses: Swatinem/rust-cache@v2
with:
key: ${{ runner.os }}-${{ matrix.cache }}-${{ matrix.test}}-${{ hashFiles('**/Cargo.toml') }}
prefix-key: "v5-rust"
# - name: caching
# uses: Swatinem/rust-cache@v2
# with:
# key: ${{ runner.os }}-${{ matrix.cache }}-${{ matrix.test}}-${{ hashFiles('**/Cargo.toml') }}
# prefix-key: "v5-rust"

- name: free disk space
if: runner.os == 'Linux'
Expand Down

0 comments on commit 918a94b

Please sign in to comment.