Skip to content

Commit

Permalink
fix(rpc-jsonrpsee): exclude in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
refcell committed Aug 25, 2024
1 parent c377f69 commit a79b0c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
cache-on-failure: true
- name: cargo hack
run: |
cargo hack build --workspace --target wasm32-unknown-unknown --exclude op-alloy-network --exclude op-alloy-rpc-types
cargo hack build --workspace --target wasm32-unknown-unknown --exclude op-alloy-network --exclude op-alloy-rpc-types --exclude op-alloy-rpc-jsonrpsee
wasm-wasi:
runs-on: ubuntu-latest
Expand All @@ -94,7 +94,7 @@ jobs:
cache-on-failure: true
- name: cargo hack
run: |
cargo hack build --workspace --target wasm32-wasi --exclude op-alloy-network --exclude op-alloy-rpc-types
cargo hack build --workspace --target wasm32-wasi --exclude op-alloy-network --exclude op-alloy-rpc-types --exclude op-alloy-rpc-jsonrpsee
no-std:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a79b0c2

Please sign in to comment.