Skip to content

Commit

Permalink
Turn on clippy in CI again
Browse files Browse the repository at this point in the history
  • Loading branch information
lucksus committed Nov 18, 2024
1 parent fb2e7dd commit e9ac36a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ jobs:
paths:
- ./target/release/ad4m
- ./target/release/ad4m-executor
#- run:
# name: cargo clippy
# no_output_timeout: 30m
# command: cargo clippy --all --exclude ad4m-launcher
- run:
name: cargo clippy
no_output_timeout: 30m
command: cargo clippy --all --exclude ad4m-launcher
- run:
name: Remove pnpm patches
command: node removePnpm.js
Expand Down

0 comments on commit e9ac36a

Please sign in to comment.