Skip to content

Commit

Permalink
add clippy all-features
Browse files Browse the repository at this point in the history
  • Loading branch information
claravanstaden authored and claravanstaden committed Dec 22, 2023
1 parent e874790 commit c099101
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/parachain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ jobs:
- name: clippy
working-directory: parachain
run: cargo clippy -- -D warnings
- name: clippy all features
working-directory: parachain
run: cargo clippy --all-features -- -D warnings

- name: install taplo
run: |
Expand Down

0 comments on commit c099101

Please sign in to comment.