Skip to content

Unit tests for commands #87

Unit tests for commands

Unit tests for commands #87

Workflow file for this run

name: Hyperdrive-Stakewise Build
on:
push:
tags:
- v*
branches:
- main
pull_request:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.21.10
- run: cd ${GITHUB_WORKSPACE} && go build .