Skip to content

Sovereign chain simulator adaptations #515

Sovereign chain simulator adaptations

Sovereign chain simulator adaptations #515

Workflow file for this run

name: Tests
on:
push:
branches: [ main, feat/*, rc/* ]
pull_request:
branches: [ main, feat/*, rc/* ]
jobs:
test:
name: Unit
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v5
with:
go-version: 1.20.7
id: go
- name: Checkout mx-chain-go
uses: actions/checkout@v4
with:
repository: 'multiversx/mx-chain-go'
ref: 'feat/chain-go-sdk'
path: 'mx-chain-go'
- name: Checkout mx-chain-simulator-go
uses: actions/checkout@v4
with:
path: 'mx-chain-simulator-go'
- name: Unit tests
run: |
cd mx-chain-simulator-go
go test ./...