Skip to content

Commit

Permalink
add gnolang/gno to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
leohhhn committed Oct 10, 2024
1 parent b7db1c7 commit 7dd63eb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/gnotest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
repository: 'gnolang/gno'
- uses: actions/setup-go@v5
with:
go-version: 1.23.2
- run: go run github.com/gnolang/gno/gnovm/cmd/gno test -v ./...
- run: go get -v github.com/gnolang/gno/gnovm/cmd/gno



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

0 comments on commit 7dd63eb

Please sign in to comment.