Skip to content

Add workflows

Add workflows #1

Workflow file for this run

name: gno test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.20"
- name: Set up Gno
run: go install github.com/gnolang/gno/gnovm/cmd/gno
- name: Test
run: gno test -verbose campaigns