Skip to content

fix: Use arc arm runner in release workflow #234

fix: Use arc arm runner in release workflow

fix: Use arc arm runner in release workflow #234

Workflow file for this run

name: Test
on: [pull_request]
jobs:
test_tracers:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.22.x
- name: Test tracers
run: go test -v ./eth/tracers/...