Skip to content

Commit 3e35fca

Browse files
committed
ci: add tests and examples to clippy
Same as Tide. See comments in #234
1 parent 5cda3d6 commit 3e35fca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: actions-rs/cargo@v1
4646
with:
4747
command: clippy
48-
args: -- -D warnings
48+
args: --tests --examples -- -D warnings
4949

5050
- name: tests
5151
uses: actions-rs/cargo@v1

0 commit comments

Comments
 (0)