Skip to content

Commit 06061d8

Browse files
committed
chore(ci): Report more results
1 parent 77d28b2 commit 06061d8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
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
@@ -82,7 +82,7 @@ jobs:
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

0 commit comments

Comments
 (0)