Skip to content

Commit

Permalink
ci: Run clippy with and without default features
Browse files Browse the repository at this point in the history
  • Loading branch information
FreezyLemon committed Sep 4, 2024
1 parent d30f756 commit bc7d2b6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
- name: Run cargo clippy
run: cargo clippy --all-targets

- name: Run cargo clippy without default features
run: cargo clippy --no-default-features --all-targets

fmt:
runs-on: ubuntu-latest
steps:
Expand All @@ -48,5 +51,5 @@ jobs:
uses: dtolnay/rust-toolchain@stable

- name: Test default features
run: cargo test --all-targets
run: cargo test

0 comments on commit bc7d2b6

Please sign in to comment.