File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 77 pull_request :
88
99jobs :
10-
1110 compile :
1211 name : compile:required
1312 runs-on : ubuntu-latest
3332
3433 lint :
3534 name : lint:required
36- needs : compile # Run after compilation to use the cache
35+ needs : compile # Run after compilation to use the cache
3736 runs-on : ubuntu-latest
3837
3938 steps :
@@ -51,11 +50,10 @@ jobs:
5150 key : ubuntu-latest-cargo-${{ hashFiles('rust-toolchain.toml') }}-${{ hashFiles('**/Cargo.lock') }}
5251
5352 - name : Run Lint
54- run : cargo clippy --verbose --tests --benches -- -D warnings -D clippy::all
53+ run : cargo clippy --verbose --tests --benches -- -D warnings
5554 env :
5655 RUST_BACKTRACE : 1
5756
58-
5957 format :
6058 name : fmt:required
6159 needs : compile
8179 - name : Check formatting
8280 run : cargo fmt --all -- --check
8381
84-
8582 #
8683 # Runs a series of checks to make sure that all the docs
8784 # that need to be generated have been genrated an are up
You can’t perform that action at this time.
0 commit comments