Skip to content

docs: add full Lotus/Venus/Forest architecture analysis #2

docs: add full Lotus/Venus/Forest architecture analysis

docs: add full Lotus/Venus/Forest architecture analysis #2

Workflow file for this run

name: ci
on:
push:
pull_request:
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.24.x'
- name: Build
run: go build ./...
- name: Test
run: go test ./...