Skip to content

Fix/health shutdown (#42) #144

Fix/health shutdown (#42)

Fix/health shutdown (#42) #144

Workflow file for this run

name: Test - Unit
on:
push:
pull_request:
permissions:
contents: read
jobs:
test_go:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Test
run: |
go mod download
go test --race --coverprofile cover.out -v ./...