Skip to content

disabled datacommitte test because PUSH0 is not supported by geth sim… #28

disabled datacommitte test because PUSH0 is not supported by geth sim…

disabled datacommitte test because PUSH0 is not supported by geth sim… #28

Workflow file for this run

name: Test Unittest
on:
push:
workflow_dispatch: {}
pull_request:
types: [opened, synchronize, reopened]
jobs:
test-unittest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Go
uses: actions/setup-go@v3
- name: Launch unittest
run: make test