Skip to content

Commit

Permalink
add local discovery to linted features
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-maron committed Feb 23, 2024
1 parent 7abfa85 commit 1088c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- run: cargo fmt

# run clippy for each feature flag configuration
- run: cargo clippy --features metrics
- run: cargo clippy --features metrics --features local_discovery
- run: cargo clippy --no-default-features --features runtime-async-std

- run: cargo test
Expand Down

0 comments on commit 1088c64

Please sign in to comment.