Skip to content

Commit 687a7dd

Browse files
authored
ci: fail clippy on warnings (#90)
1 parent 557697f commit 687a7dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
task:
2525
- {
2626
name: clippy,
27-
cmd: "clippy --workspace --all-targets --all-features --tests --examples",
27+
cmd: "clippy --workspace --all-targets --all-features --tests --examples -- -D warnings",
2828
}
2929
- { name: fmt, cmd: "fmt --all -- --check" }
3030
- {

0 commit comments

Comments
 (0)