Skip to content

Merge pull request #34 from wtsi-npg/dependabot/go_modules/github.com… #69

Merge pull request #34 from wtsi-npg/dependabot/go_modules/github.com…

Merge pull request #34 from wtsi-npg/dependabot/go_modules/github.com… #69

Workflow file for this run

name: "Unit tests"
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: "Set up Go"
uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
cache: true
- name: Test
run: go test -v ./...