Skip to content

tweak: Use int nanoseconds instead of string for duration. #111

tweak: Use int nanoseconds instead of string for duration.

tweak: Use int nanoseconds instead of string for duration. #111

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/...