Skip to content

Merge pull request #21 from ethpandaops/ci/lint-timeout #94

Merge pull request #21 from ethpandaops/ci/lint-timeout

Merge pull request #21 from ethpandaops/ci/lint-timeout #94

Workflow file for this run

name: go-test
on:
push:
branches:
- master
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/workflows/go-setup
- run: go test -v -race ./...