Also run clippy with release mode

[skip ci]
This commit is contained in:
topjohnwu 2025-03-02 23:14:46 -08:00
parent 0e82df9e10
commit 2b47d47215

View File

@ -509,6 +509,7 @@ def clippy_cli():
for triple in build_abis.values(): for triple in build_abis.values():
cmds[3] = triple cmds[3] = triple
run_cargo(cmds) run_cargo(cmds)
run_cargo(cmds + ["--release"])
os.chdir(Path("..", "..")) os.chdir(Path("..", ".."))