Skip to content

Commit

Permalink
fix(ci): Disable cargo cache as it gets too big (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
timonv authored Sep 26, 2024
1 parent 923a8f0 commit e1b5868
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ jobs:
uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Cache Cargo dependencies
uses: Swatinem/rust-cache@v2
with:
prefix-key: "v1-rust"
- uses: r7kamura/rust-problem-matchers@v1
- name: Check typos
uses: crate-ci/typos@master
Expand All @@ -55,10 +51,6 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
- name: Install Protoc
uses: arduino/setup-protoc@v3
- name: Cache Cargo dependencies
uses: Swatinem/rust-cache@v2
with:
prefix-key: "v1-rust"
- uses: r7kamura/rust-problem-matchers@v1
- name: "Test"
run: cargo test --all-features --tests
Expand All @@ -76,10 +68,6 @@ jobs:
components: clippy,rustfmt
- name: Install Protoc
uses: arduino/setup-protoc@v3
- name: Cache Cargo dependencies
uses: Swatinem/rust-cache@v2
with:
prefix-key: "v1-rust"
- uses: r7kamura/rust-problem-matchers@v1
- name: clippy
run: cargo clippy --workspace --all-features

0 comments on commit e1b5868

Please sign in to comment.