Skip to content

feat: add advanced example of contract state migration #10

feat: add advanced example of contract state migration

feat: add advanced example of contract state migration #10

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
workflows:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: "Install stable Rust version"
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
default: true
target: wasm32-unknown-unknown
- name: Run cargo test
run: RUST_BACKTRACE=1 cargo test --workspace