Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
leohhhn committed Oct 10, 2024
1 parent 7dd63eb commit 5d88668
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/gnotest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: 1.23.2
- run: go get -v github.com/gnolang/gno/gnovm/cmd/gno


- run: go install ./gnovm/cmd/
- uses: actions/checkout@v4
with:
repository: 'gnolang/memeland'
- run: gno test ./api/r/memeland ./api/p/memeland

go run github.com/gnolang/gno/gnovm/cmd/gno test -v ./api/p/memeland ./api/r/memeland

0 comments on commit 5d88668

Please sign in to comment.