Skip to content

fix: promotion of pieces (#116) #9

fix: promotion of pieces (#116)

fix: promotion of pieces (#116) #9

Workflow file for this run

name: realm
on:
pull_request:
paths:
- "realm/**"
- "Makefile"
- "go.sum"
push:
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 install github.com/gnolang/gno/gnovm/cmd/gno
- run: gno test --verbose ./realm