Skip to content

Commit

Permalink
feat(torii): entity diffs subscription (#855)
Browse files Browse the repository at this point in the history
  • Loading branch information
kariy authored Sep 28, 2023
1 parent ff040b0 commit de4e85d
Show file tree
Hide file tree
Showing 47 changed files with 3,671 additions and 907 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@ jobs:
toolchain: ${{ env.RUST_VERSION }}
targets: wasm32-unknown-unknown
- uses: Swatinem/rust-cache@v2
- name: "Ensure `torii-client` crate is wasmable"
- uses: arduino/setup-protoc@v2
- name: "Ensure `torii-client` crate is WASM-able"
run: |
cargo build -r --target wasm32-unknown-unknown -p torii-client
- name: "Ensure `torii-client-wasm` crate is wasmable"
- name: "Ensure `torii-client-wasm` crate is WASM-able"
run: |
cargo build -r --target wasm32-unknown-unknown --manifest-path crates/torii/client/wasm/Cargo.toml
Expand All @@ -61,6 +62,7 @@ jobs:
with:
toolchain: ${{ env.RUST_VERSION }}
- uses: Swatinem/rust-cache@v2
- uses: arduino/setup-protoc@v2
- run: cargo run --bin sozo -- --manifest-path crates/dojo-core/Scarb.toml test

dojo-erc-test:
Expand All @@ -71,6 +73,7 @@ jobs:
with:
toolchain: ${{ env.RUST_VERSION }}
- uses: Swatinem/rust-cache@v2
- uses: arduino/setup-protoc@v2
- run: cargo run --bin sozo -- --manifest-path crates/dojo-erc/Scarb.toml test

dojo-ecs-example-test:
Expand All @@ -81,6 +84,7 @@ jobs:
with:
toolchain: ${{ env.RUST_VERSION }}
- uses: Swatinem/rust-cache@v2
- uses: arduino/setup-protoc@v2
- run: cargo run --bin sozo -- --manifest-path examples/ecs/Scarb.toml test

clippy:
Expand Down
Loading

0 comments on commit de4e85d

Please sign in to comment.