Skip to content

Commit

Permalink
can't check on all targets on wasm due to tracy native compile shenan…
Browse files Browse the repository at this point in the history
…igans
  • Loading branch information
Wumpf committed Apr 2, 2024
1 parent f99a640 commit f7f263a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
target: wasm32-unknown-unknown
- run: cargo fmt -- --check
- run: cargo clippy --locked --all-targets -- -D warnings
- run: cargo check --locked --all-targets --target wasm32-unknown-unknown
- run: cargo check --locked --target wasm32-unknown-unknown
- run: cargo clippy --locked --all-features --all-targets -- -D warnings

0 comments on commit f7f263a

Please sign in to comment.