Skip to content

Commit 700594e

Browse files
committed
Fix clippy command
1 parent e878422 commit 700594e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
- name: Check code format
1111
run: cargo fmt -- --check --verbose
1212
- name: Run clippy
13-
run: cargo clippy --forbid warnings
13+
run: cargo clippy -- --forbid warnings
1414
- name: Run tests
1515
run: cargo test --verbose

0 commit comments

Comments
 (0)