File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- uses : actions/checkout@v3
14
- - uses : Swatinem/rust-cache@v2
15
- - uses : actions-rs/toolchain@v1
14
+ - uses : moonrepo/setup-rust@v0
16
15
with :
17
- toolchain : stable
16
+ channel : stable
18
17
components : clippy
19
18
-
uses :
pre-commit/[email protected]
20
19
with :
@@ -24,20 +23,20 @@ jobs:
24
23
runs-on : ubuntu-latest
25
24
steps :
26
25
- uses : actions/checkout@v3
27
- - uses : Swatinem/rust-cache@v2
28
- - uses : actions-rs/toolchain@v1
26
+ - uses : moonrepo/setup-rust@v0
29
27
with :
30
- toolchain : stable
28
+ channel : stable
31
29
- run : cargo test --all
32
30
33
31
compat-integration-test :
34
32
runs-on : ubuntu-latest
35
33
steps :
36
34
- uses : actions/checkout@v3
37
- - uses : actions-rs/toolchain@v1
35
+ - uses : moonrepo/setup-rust@v0
38
36
with :
39
- toolchain : stable
40
- - uses : Swatinem/rust-cache@v2
37
+ channel : stable
38
+ cache-target : release
39
+
41
40
- run : cargo install --path crates/cargo-codspeed
42
41
43
42
- run : cargo codspeed build -p codspeed
You can’t perform that action at this time.
0 commit comments