Skip to content

build: bump go-ethereum to 1.12.2 #32

build: bump go-ethereum to 1.12.2

build: bump go-ethereum to 1.12.2 #32

Workflow file for this run

name: test
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- run: go build -v
- run: go test -v ./...