Skip to content

Add marshal and rlp methods #75

Add marshal and rlp methods

Add marshal and rlp methods #75

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