Skip to content

feat: migrate to v0.50 #19

feat: migrate to v0.50

feat: migrate to v0.50 #19

Workflow file for this run

name: Unit Tests
on:
pull_request:
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.21
cache: true
- name: Run all unit tests.
run: go test ./... -cover -v