Skip to content

Commit

Permalink
add all features to clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
kayhhh committed Apr 1, 2024
1 parent 67b1c44 commit e241619
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 @@ -29,7 +29,7 @@ jobs:
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: Swatinem/rust-cache@v2

- run: nix develop -c cargo clippy --fix --no-deps
- run: nix develop -c cargo clippy --all-features --fix --no-deps
- run: nix develop -c cargo fmt --all
- run: nix develop -c prettier -w .
- uses: EndBug/add-and-commit@v9
Expand Down

0 comments on commit e241619

Please sign in to comment.