Skip to content

Commit

Permalink
Revert "Deactivate clippy for now to quickly test integration test fix"
Browse files Browse the repository at this point in the history
This reverts commit f03432e.
  • Loading branch information
lucksus committed Dec 19, 2024
1 parent f03432e commit 1ec1cdd
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 @@ -65,10 +65,10 @@ jobs:
name: Build ADAM (without bootstrap languages)
command: pnpm run build-libs
no_output_timeout: 30m
#- 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
- save_cache:
key: rust-cache-{{ checksum "Cargo.lock" }}-v2
paths:
Expand Down

0 comments on commit 1ec1cdd

Please sign in to comment.