Skip to content

Commit

Permalink
Enable all targets and features for check/clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
sd2k committed Nov 9, 2024
1 parent 6f7ecf0 commit ae418f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: moonrepo/setup-rust@v1

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

wasmstan:
name: Prophet WASMStan component
Expand Down Expand Up @@ -83,4 +83,4 @@ jobs:
components: clippy

- name: Run cargo clippy
run: cargo clippy -- -D warnings
run: cargo clippy --all-features --all-targets -- -D warnings

0 comments on commit ae418f6

Please sign in to comment.