File tree 7 files changed +21
-0
lines changed
test_stateless_standalone
7 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 21
21
target : ${{ matrix.config.target }}
22
22
components : rustfmt, clippy
23
23
24
+ # If you need to reset the cache version, increment the number after `v`
24
25
- uses : Swatinem/rust-cache@v1
26
+ with :
27
+ sharedKey : debug-v1
25
28
26
29
- uses : actions-rs/cargo@v1
27
30
with :
Original file line number Diff line number Diff line change 21
21
target : ${{ matrix.config.target }}
22
22
components : rustfmt, clippy
23
23
24
+ # If you need to reset the cache version, increment the number after `v`
24
25
- uses : Swatinem/rust-cache@v1
26
+ with :
27
+ sharedKey : release-v1
25
28
26
29
- name : Build Databend
27
30
uses : actions-rs/cargo@v1
Original file line number Diff line number Diff line change 20
20
with :
21
21
components : rustfmt, clippy
22
22
23
+ # If you need to reset the cache version, increment the number after `v`
23
24
- uses : Swatinem/rust-cache@v1
25
+ with :
26
+ sharedKey : base-v1
24
27
25
28
- name : Format
26
29
uses : actions-rs/cargo@v1
Original file line number Diff line number Diff line change 12
12
with :
13
13
target : ${{ matrix.config.target }}
14
14
15
+ # If you need to reset the cache version, increment the number after `v`
15
16
- uses : Swatinem/rust-cache@v1
17
+ with :
18
+ sharedKey : stateful-v1
16
19
17
20
- uses : actions/download-artifact@v2
18
21
with :
Original file line number Diff line number Diff line change 12
12
with :
13
13
target : ${{ matrix.config.target }}
14
14
15
+ # If you need to reset the cache version, increment the number after `v`
15
16
- uses : Swatinem/rust-cache@v1
17
+ with :
18
+ sharedKey : stateless-v1
16
19
17
20
- uses : actions/download-artifact@v2
18
21
with :
Original file line number Diff line number Diff line change 13
13
toolchain : ${{ matrix.config.toolchain }}
14
14
target : ${{ matrix.config.target }}
15
15
16
+ # If you need to reset the cache version, increment the number after `v`
16
17
- uses : Swatinem/rust-cache@v1
18
+ with :
19
+ sharedKey : stateless-v1
17
20
18
21
- uses : actions/download-artifact@v2
19
22
with :
Original file line number Diff line number Diff line change 26
26
target : ${{ matrix.config.target }}
27
27
components : rustfmt, clippy
28
28
29
+ # If you need to reset the cache version, increment the number after `v`
29
30
- uses : Swatinem/rust-cache@v1
31
+ with :
32
+ sharedKey : unit-v1
30
33
31
34
- name : Test
32
35
uses : actions-rs/cargo@v1
You can’t perform that action at this time.
0 commit comments