Skip to content

Commit a4681fd

Browse files
committed
fix(coprocessor): wip, build non concurrent
1 parent 1798f33 commit a4681fd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/coprocessor-cargo-clippy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ jobs:
8282
run: |
8383
# For now, only specify the `bench latency throughput` features as the
8484
# 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
8587
SQLX_OFFLINE=true cargo clippy --all-targets --features "bench latency throughput" \
8688
-- -W clippy::perf -W clippy::suspicious -W clippy::style -D warnings
8789
working-directory: coprocessor/fhevm-engine

0 commit comments

Comments
 (0)