Skip to content

assert escrowed collection data on chain B is properly set #327

assert escrowed collection data on chain B is properly set

assert escrowed collection data on chain B is properly set #327

Workflow file for this run

name: simulation tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
- name: Get cached just
uses: actions/cache@v3
with:
path: ~/.cargo/bin/just
key: ${{ runner.os }}-just-${{ env.JUST_VERSION }}
- name: Install just
run: cargo install just || true
- name: go build
run: go build -v ./...
- name: simulation test
run: just simulation-test