Skip to content

Commit 07dea2e

Browse files
committed
also run CI without features enabled
1 parent fa97502 commit 07dea2e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040

4141
- name: Build | Lint
4242
run: cargo clippy --workspace --all-targets --all-features -- -Dwarnings
43+
- name: Build | Lint (no features)
44+
run: cargo clippy --workspace --all-targets -- -Dwarnings
4345

4446
# Ensure that the project could be successfully compiled
4547
cargo_check:

0 commit comments

Comments
 (0)