Skip to content

feat: auto-resign from open games when joining lobby #17

feat: auto-resign from open games when joining lobby

feat: auto-resign from open games when joining lobby #17

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