Skip to content

Commit

Permalink
re-enable clippy in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aleasims committed Feb 24, 2025
1 parent 681ea55 commit b10e381
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,8 @@ jobs:
- name: Check build
run: cargo check --locked

# TODO: re-enable this after fixing all clippy warnings
# - name: Run linting
# run: cargo clippy --locked --no-deps -- --deny warnings
- name: Run linting
run: cargo clippy --locked --no-deps -- --deny warnings

- name: Run runtime-config tests
run: cargo test --locked runtime_config
Expand Down

0 comments on commit b10e381

Please sign in to comment.