Skip to content

add mainnet default config #41

add mainnet default config

add mainnet default config #41

Workflow file for this run

name: Go unit tests
on:
push:
branches: [ "main"]
pull_request:
branches: [ "main"]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest ]
permissions:
contents: read
packages: write
id-token: write
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.22
- name: Run unit tests.
run: go test ./...