Skip to content

Commit

Permalink
chore(lint): enable all features for cargo check
Browse files Browse the repository at this point in the history
  • Loading branch information
BobAnkh committed Feb 12, 2023
1 parent d9f7d29 commit 8946489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cargo-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: Swatinem/rust-cache@v1

- name: cargo check
run: cargo check --all-targets --workspace
run: cargo check --all-targets --all-features --workspace

cargo-build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8946489

Please sign in to comment.