Skip to content

Add input type to allow function selector decoding #73

Add input type to allow function selector decoding

Add input type to allow function selector decoding #73

Workflow file for this run

name: test
on:
pull_request:
jobs:
unit-tests:
name: Unit tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '^1.17.0'
- name: Run unit tests
run: |
go test ./...