Skip to content

Merge pull request #26 from fgrosse/dependabot/go_modules/golang.org/… #60

Merge pull request #26 from fgrosse/dependabot/go_modules/golang.org/…

Merge pull request #26 from fgrosse/dependabot/go_modules/golang.org/… #60

Workflow file for this run

name: Unit Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
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.20
- name: Unit Tests
run: go test -v