Skip to content

discard not yet reconciliated node disruption (#73) #209

discard not yet reconciliated node disruption (#73)

discard not yet reconciliated node disruption (#73) #209

Workflow file for this run

name: Tests
on:
- pull_request
- push
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v1
- name: Build
run: make all
- name: Test
run: make test