Skip to content

update comments, fix tests #31

update comments, fix tests

update comments, fix tests #31

name: Test
on:
push:
paths:
- "locked-nft/**"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v1
with:
go-version: '1.21'
- run: cd locked-nft && make test