Skip to content

Commit 43e8855

Browse files
committed
drop cache step from ci.yml for now
1 parent c167e71 commit 43e8855

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,6 @@ jobs:
4343
echo "$HOME/.local/bin" >> $GITHUB_PATH
4444
shell: bash
4545

46-
- name: Cache dependencies
47-
uses: actions/cache@v4
48-
with:
49-
path: |
50-
~/.cargo/registry
51-
~/.cargo/git
52-
target/
53-
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
54-
restore-keys: |
55-
${{ runner.os }}-cargo-
56-
5746
- name: Run tests
5847
run: cargo test --all-features
5948

0 commit comments

Comments
 (0)