File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 6464 - uses : Swatinem/rust-cache@v2
6565 - uses : taiki-e/install-action@cargo-hack
6666 - name : Default features
67- run : cargo hack check --feature-powerset --locked --rust-version --ignore-private --workspace --all-targets
67+ run : cargo hack check --feature-powerset --locked --rust-version --ignore-private --workspace --all-targets --keep-going
6868 minimal-versions :
6969 name : Minimal versions
7070 runs-on : ubuntu-latest
8282 - name : Downgrade dependencies to minimal versions
8383 run : cargo +nightly generate-lockfile -Z minimal-versions
8484 - name : Compile with minimal versions
85- run : cargo +stable check --workspace --all-features --locked
85+ run : cargo +stable check --workspace --all-features --locked --keep-going
8686 lockfile :
8787 runs-on : ubuntu-latest
8888 steps :
@@ -109,7 +109,7 @@ jobs:
109109 - name : Check documentation
110110 env :
111111 RUSTDOCFLAGS : -D warnings
112- run : cargo doc --workspace --all-features --no-deps --document-private-items
112+ run : cargo doc --workspace --all-features --no-deps --document-private-items --keep-going
113113 rustfmt :
114114 name : rustfmt
115115 runs-on : ubuntu-latest
@@ -155,7 +155,7 @@ jobs:
155155 sarif_file : clippy-results.sarif
156156 wait-for-processing : true
157157 - name : Report status
158- run : cargo clippy --workspace --all-features --all-targets -- -D warnings --allow deprecated
158+ run : cargo clippy --workspace --all-features --all-targets --keep-going -- -D warnings --allow deprecated
159159 coverage :
160160 name : Coverage
161161 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments