Skip to content

fix(feed): portal-loop deployment #1205

fix(feed): portal-loop deployment

fix(feed): portal-loop deployment #1205

Workflow file for this run

name: Gno Test
on:
push:
branches:
- main
pull_request:
merge_group:
jobs:
gno-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "1.22"
- name: Clean gno
run: make clean-gno
- name: Clone gno
run: make clone-gno
- name: Build GnoVM
run: make build-gno
- name: Test gno
run: make test-gno