Skip to content

Commit 048995a

Browse files
committed
ci: Run clippy on stable
1 parent 5285d05 commit 048995a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -297,10 +297,10 @@ jobs:
297297
steps:
298298
- uses: taiki-e/checkout-action@v1
299299
- name: Install Rust
300-
uses: taiki-e/github-actions/install-rust@nightly
300+
uses: taiki-e/github-actions/install-rust@stable
301301
with:
302302
component: clippy
303-
- run: cargo clippy --workspace --all-features --all-targets
303+
- run: cargo clippy --workspace --all-features --lib --bins --tests --examples
304304

305305
fmt:
306306
name: cargo fmt
@@ -310,6 +310,8 @@ jobs:
310310
- uses: taiki-e/checkout-action@v1
311311
- name: Install Rust
312312
uses: taiki-e/github-actions/install-rust@stable
313+
with:
314+
component: rustfmt
313315
- run: cargo fmt --all -- --check
314316

315317
docs:

0 commit comments

Comments
 (0)