Skip to content

Commit d67d696

Browse files
committed
Fix command
1 parent ac01631 commit d67d696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Cache dependencies
2626
uses: Swatinem/rust-cache@v2.8.1
2727
- name: Run cargo clippy
28-
run: cargo clippy --all-targets --deny warnings
28+
run: cargo clippy --all-targets -- --deny warnings
2929
clippy-fastapi:
3030
name: Clippy FastAPI Features
3131
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)