Skip to content

Commit

Permalink
chore: do not run wasm check on alloy-transport-ipc
Browse files Browse the repository at this point in the history
  • Loading branch information
Evalir committed Dec 6, 2023
1 parent 3d33512 commit 0995739
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ jobs:
with:
cache-on-failure: true
- name: check
run: cargo check --workspace --target wasm32-unknown-unknown
# Do not run WASM checks on IPC as it doesn't make sense
run: cargo check --workspace --target wasm32-unknown-unknown --exclude "alloy-transport-ipc"

feature-checks:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0995739

Please sign in to comment.