Skip to content

Commit

Permalink
add CI
Browse files Browse the repository at this point in the history
  • Loading branch information
leohhhn committed Oct 10, 2024
1 parent 6b36a73 commit b7db1c7
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/gnotest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: gno-test

on:
pull_request:
branches:
- "*"
push:
branches:
- "*"

jobs:

test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.23.2
- run: go run github.com/gnolang/gno/gnovm/cmd/gno test -v ./...

0 comments on commit b7db1c7

Please sign in to comment.