Skip to content

Add a test suite for cli commands, tests for rocketpool minipool status #434

Add a test suite for cli commands, tests for rocketpool minipool status

Add a test suite for cli commands, tests for rocketpool minipool status #434

Workflow file for this run

name: Smart Node Build
on:
push:
tags:
- v*
branches:
- master
- 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.8
- run: cd ${GITHUB_WORKSPACE}/rocketpool-cli && go build .
- run: cd ${GITHUB_WORKSPACE}/rocketpool-daemon && go build .