Skip to content

Commit f9d13a0

Browse files
committed
ci: add lint-ci make command
1 parent 4fc1a4c commit f9d13a0

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Makefile.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,20 @@ args = [
3030
]
3131
env = { SQLX_OFFLINE = "true" }
3232

33+
[tasks.lint-ci]
34+
command = "cargo"
35+
args = [
36+
"clippy",
37+
"--tests",
38+
"--examples",
39+
"--all-targets",
40+
"--all-features",
41+
"--workspace",
42+
"--",
43+
"-D",
44+
"warnings",
45+
]
46+
3347
[tasks.sort-deps]
3448
command = "cargo"
3549
args = [

0 commit comments

Comments
 (0)