Skip to content

Add SC calls handling for ETH->MvX #689

Add SC calls handling for ETH->MvX

Add SC calls handling for ETH->MvX #689

Workflow file for this run

name: Tests
on:
push:
branches: [ main, feat/* ]
pull_request:
branches: [ main, feat/* ]
jobs:
test:
name: Unit
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
go-version: 1.17.6
id: go
- name: Check out code
uses: actions/checkout@v3
- name: Get dependencies
run: |
go get -v -t -d ./...
- name: Unit tests
run: make test