Skip to content

Remove nl-1 region from README #131

Remove nl-1 region from README

Remove nl-1 region from README #131

Workflow file for this run

name: Unit tests
on:
push:
branches:
- main
pull_request:
jobs:
unit-test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.21
- name: Run test
run: make unittest