Skip to content

Support for logging custom errors on tx execution revert in not only real tx execution but also gas estimation #35

Support for logging custom errors on tx execution revert in not only real tx execution but also gas estimation

Support for logging custom errors on tx execution revert in not only real tx execution but also gas estimation #35

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
- name: Test
run: make test