Skip to content

chore: update comment (#46) #65

chore: update comment (#46)

chore: update comment (#46) #65

Workflow file for this run

name: Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.17
- name: Unit tests
run: make test