Skip to content

Commit

Permalink
also run CI without features enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
Xaeroxe committed Jul 29, 2024
1 parent 88c70a8 commit c5207da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:

- name: Build | Lint
run: cargo clippy --workspace --all-targets --all-features -- -Dwarnings
- name: Build | Lint (no features)
run: cargo clippy --workspace --all-targets -- -Dwarnings

# Ensure that the project could be successfully compiled
cargo_check:
Expand Down

0 comments on commit c5207da

Please sign in to comment.