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 64
64
- uses : Swatinem/rust-cache@v2
65
65
- uses : taiki-e/install-action@cargo-hack
66
66
- 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
68
68
minimal-versions :
69
69
name : Minimal versions
70
70
runs-on : ubuntu-latest
82
82
- name : Downgrade dependencies to minimal versions
83
83
run : cargo +nightly generate-lockfile -Z minimal-versions
84
84
- 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
86
86
lockfile :
87
87
runs-on : ubuntu-latest
88
88
steps :
@@ -109,7 +109,7 @@ jobs:
109
109
- name : Check documentation
110
110
env :
111
111
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
113
113
rustfmt :
114
114
name : rustfmt
115
115
runs-on : ubuntu-latest
@@ -155,7 +155,7 @@ jobs:
155
155
sarif_file : clippy-results.sarif
156
156
wait-for-processing : true
157
157
- 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
159
159
coverage :
160
160
name : Coverage
161
161
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments