Skip to content

Prep for 0.4.0

Prep for 0.4.0 #11

Workflow file for this run

name: NMC Unit Tests
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: go test ./...