Skip to content

Commit

Permalink
fix(ci): don't lint the bin
Browse files Browse the repository at this point in the history
  • Loading branch information
dj95 committed Sep 16, 2024
1 parent 0577c8e commit 11aaf5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Run Clippy
uses: clechasseur/rs-clippy-check@6489db34e7d7a162364f8ee3d7ad2cd1060dc1d7 # v3
with:
args: --all-features --all-targets
args: --all-features --lib
toolchain: '1.81.0'

tests:
Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ test:

# Lint with clippy and cargo audit.
lint:
cargo clippy --all-targets --all-features
cargo clippy --all-features --lib
cargo audit

# Create and push a new release version.
Expand Down

0 comments on commit 11aaf5f

Please sign in to comment.