Skip to content

Commit 4a5c344

Browse files
authored
Add tests to CI linter check
1 parent 036e1b6 commit 4a5c344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v2
1919
- name: cargo clippy
20-
run: cargo clippy --all -- -D warnings
20+
run: cargo clippy --all --all-targets -- -D warnings
2121

2222
test:
2323
name: cargo test

0 commit comments

Comments
 (0)