Skip to content

Optimize README with refactor and roadmap #2

Optimize README with refactor and roadmap

Optimize README with refactor and roadmap #2

Workflow file for this run

name: Test Minigeth
on: pull_request
jobs:
unit:
name: minigeth computes correct block transitions
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
with:
submodules: true
- name: Install Toolchain
run: |
sudo apt-get update
sudo apt-get -y --no-install-recommends install golang-1.17 make cmake pkg-config
- name: Build minigeth
run: make minigeth_prefetch
- name: Test Minigeth
run: make test_minigeth