Skip to content

fix: remove struct (which isn't primitive type, causing bunch of eror) return #50

fix: remove struct (which isn't primitive type, causing bunch of eror) return

fix: remove struct (which isn't primitive type, causing bunch of eror) return #50

Workflow file for this run

name: test
on:
pull_request:
branches:
- master
- main
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: 'stable'
- run: go get github.com/gnoswap-labs/gno/gnovm/cmd/gno
- run: go mod download -x
- run: make test.integration