Skip to content

Commit

Permalink
install protoc in cairo test
Browse files Browse the repository at this point in the history
  • Loading branch information
kariy committed Sep 28, 2023
1 parent 362a9ee commit d83a583
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,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 @@ -72,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 @@ -82,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

0 comments on commit d83a583

Please sign in to comment.