Skip to content

Commit

Permalink
Do not run lint against sync client
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Pietrek <tomasz@nats.io>
  • Loading branch information
Jarema committed May 5, 2024
1 parent 5bde78a commit ecdd941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -102,7 +102,7 @@ jobs:
save-if: false # the linter only run checks but not builds, so we don't have the full build to be cached.

- name: Run linter
run: cargo clippy --benches --tests --examples --all-features -- --deny clippy::all
run: cargo clippy --benches --tests --examples --all-features --workspace --exclude nats -- --deny clippy::all

check_docs:
name: check docs (ubuntu-latest / stable)
Expand Down

0 comments on commit ecdd941

Please sign in to comment.