We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1798f33 commit a4681fdCopy full SHA for a4681fd
1 file changed
.github/workflows/coprocessor-cargo-clippy.yml
@@ -82,6 +82,8 @@ jobs:
82
run: |
83
# For now, only specify the `bench latency throughput` features as the
84
# other ones require specific dependencies (e.g. GPU, etc.).
85
+ SQLX_OFFLINE=true cargo clippy -p host-listener --all-targets \
86
+ -- -W clippy::perf -W clippy::suspicious -W clippy::style -D warnings
87
SQLX_OFFLINE=true cargo clippy --all-targets --features "bench latency throughput" \
88
-- -W clippy::perf -W clippy::suspicious -W clippy::style -D warnings
89
working-directory: coprocessor/fhevm-engine
0 commit comments