File tree Expand file tree Collapse file tree 3 files changed +0
-18
lines changed
Expand file tree Collapse file tree 3 files changed +0
-18
lines changed Original file line number Diff line number Diff line change 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
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
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}}
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
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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments