Skip to content

Commit 9630a68

Browse files
committed
build: remove build caching
1 parent 62ed7e2 commit 9630a68

File tree

3 files changed

+0
-18
lines changed

3 files changed

+0
-18
lines changed

.github/workflows/checks.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ jobs:
2020
uses: dtolnay/rust-toolchain@master
2121
with:
2222
toolchain: stable
23-
- name: Enable caching
24-
uses: Swatinem/rust-cache@v2
2523
- name: Install cargo audit
2624
run: cargo install cargo-audit
2725

@@ -56,8 +54,6 @@ jobs:
5654
uses: dtolnay/rust-toolchain@master
5755
with:
5856
toolchain: stable
59-
- name: Enable caching
60-
uses: Swatinem/rust-cache@v2
6157
- name: Check the project
6258
run: |
6359
cargo check --workspace --all-targets --features blocking
@@ -74,8 +70,6 @@ jobs:
7470
uses: dtolnay/rust-toolchain@master
7571
with:
7672
toolchain: stable
77-
- name: Enable caching
78-
uses: Swatinem/rust-cache@v2
7973
- name: Check lints
8074
env:
8175
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
@@ -91,8 +85,6 @@ jobs:
9185
uses: dtolnay/rust-toolchain@master
9286
with:
9387
toolchain: stable
94-
- name: Enable caching
95-
uses: Swatinem/rust-cache@v2
9688
- name: Install cargo deny
9789
run: cargo install cargo-deny
9890
- name: Check licenses
@@ -107,8 +99,6 @@ jobs:
10799
uses: dtolnay/rust-toolchain@master
108100
with:
109101
toolchain: stable
110-
- name: Enable caching
111-
uses: Swatinem/rust-cache@v2
112102
- name: Check documentation
113103
env:
114104
RUSTDOCFLAGS: -D warnings
@@ -124,7 +114,5 @@ jobs:
124114
with:
125115
toolchain: stable
126116
components: rustfmt
127-
- name: Enable caching
128-
uses: Swatinem/rust-cache@v2
129117
- name: Check formatting
130118
run: cargo fmt --all --check

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@ jobs:
5454
with:
5555
tool: grcov
5656

57-
- name: Enable caching
58-
uses: Swatinem/rust-cache@v2
59-
6057
- name: Tests
6158
env:
6259
CARGO_TERM_COLOR: always

.github/workflows/pr-benchmarks.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ jobs:
2323
components: 'llvm-tools-preview'
2424
toolchain: stable
2525

26-
- name: Enable caching
27-
uses: Swatinem/rust-cache@v2
28-
2926
- name: Install benchmarking tools
3027
uses: bencherdev/bencher@main
3128

0 commit comments

Comments
 (0)