Skip to content

Commit

Permalink
Specifically specify features to enable when running Clippy as some f…
Browse files Browse the repository at this point in the history
…eatures are mutually exclusive (dds_shm and prefix_symbols).
  • Loading branch information
gmartin82 committed Dec 12, 2024
1 parent c25fa90 commit 26510ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Code format check
run: cargo fmt --check -- --config "unstable_features=true,imports_granularity=Crate,group_imports=StdExternalCrate"
- name: Clippy
run: cargo clippy --workspace --all-targets --all-features -- --deny warnings
run: cargo clippy --workspace --all-targets --features stats,dynamic_plugin,dds_shm -- --deny warnings

- name: Build zenoh-plugin-ros2dds
run: cargo build -p zenoh-plugin-ros2dds --verbose --all-targets
Expand Down

0 comments on commit 26510ab

Please sign in to comment.