Skip to content

update readme to fix howto start fullnode #644

update readme to fix howto start fullnode

update readme to fix howto start fullnode #644

Workflow file for this run

on:
push:
branches:
- main
- consensus_2_main
- consensus_2_preview
pull_request:
branches:
- main
- consensus_2_main
- consensus_2_preview
name: MainTest
jobs:
test:
strategy:
matrix:
go-version: [1.19.x, 1.20.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
- name: ApiTest
run: make test-api
- name: MainTest
run: make test-main