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 dd7ec69
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ jobs:
rust: [1.71.0]
test: ['std']
include:
- cache: stable
rust: stable
# - cache: 1-71-0
# rust: 1.71.0
- os: ubuntu-22.04
coverage-flags: COVERAGE=1
rust: stable
test: std
# - cache: stable
# rust: stable
- cache: 1-71-0
rust: 1.71.0
# - os: ubuntu-22.04
# coverage-flags: COVERAGE=1
# rust: stable
# test: std
# - os: macos-13
# rust: stable
# test: std
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 dd7ec69

Please sign in to comment.