Skip to content

Commit 8ea85f1

Browse files
committed
💚 Update cargo check args
1 parent d77fd9e commit 8ea85f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check_rs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030

3131
- name: Run rustfmt
3232
run: |
33-
cargo +nightly fmt -- --check
33+
cargo +nightly fmt --check
3434
3535
- name: Run clippy
3636
run: |
37-
cargo clippy -- -D warnings
37+
cargo clippy --all-targets -- -D warnings

0 commit comments

Comments
 (0)