Skip to content

Merge branch 'master' of github.com:attestantio/go-eth2-client #187

Merge branch 'master' of github.com:attestantio/go-eth2-client

Merge branch 'master' of github.com:attestantio/go-eth2-client #187

Workflow file for this run

name: test
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: '^1.20'
- uses: actions/checkout@v3
- uses: n8maninger/action-golang-test@v1
with:
args: "-race;-timeout=30m"