Skip to content

fix: Use old-style prometheus metrics. #136

fix: Use old-style prometheus metrics.

fix: Use old-style prometheus metrics. #136

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.19.x
- name: Test tracers
run: go test -v ./eth/tracers/...