Skip to content

Commit

Permalink
feat(grpc, types, proto)!: Add tonic gRPC (#454)
Browse files Browse the repository at this point in the history
Signed-off-by: Mikołaj Florkiewicz <[email protected]>
Co-authored-by: Yiannis Marangos <[email protected]>
Co-authored-by: Maciej Zwoliński <[email protected]>
  • Loading branch information
3 people authored Nov 25, 2024
1 parent 38f0acf commit 7f28d96
Show file tree
Hide file tree
Showing 38 changed files with 2,637 additions and 211 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ jobs:
run: cargo build --all --target=wasm32-unknown-unknown --all-features

- name: Test proto crate
run: wasm-pack test --node proto
run: wasm-pack test --headless --chrome proto

- name: Test types crate
run: wasm-pack test --node types --features=wasm-bindgen
run: wasm-pack test --headless --chrome types --features=wasm-bindgen

- name: Test node crate
run: wasm-pack test --headless --chrome node
Expand Down
Loading

0 comments on commit 7f28d96

Please sign in to comment.