Skip to content

Commit

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

on:
pull_request:
branches:
- "*"
push:
branches: [ "main" ]

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 a168b8d

Please sign in to comment.