Skip to content

bump pixelaw to 0.5.6 and fixed test #18

bump pixelaw to 0.5.6 and fixed test

bump pixelaw to 0.5.6 and fixed test #18

Workflow file for this run

name: ci-contracts
on:
push:
branches: [main]
pull_request:
branches: [main]
env:
CARGO_TERM_COLOR: always
RUST_VERSION: 1.80.1
jobs:
cairofmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: software-mansion/setup-scarb@v1
with:
scarb-version: "2.7.0"
- run: |
scarb fmt --check
core-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: asdf-vm/actions/setup@v3
- run: |
asdf plugin add dojo https://github.com/dojoengine/asdf-dojo
asdf install dojo 1.0.0
asdf global dojo 1.0.0
sozo test