Skip to content

Value to healthz metric, avoid ignoring server when error #52

Value to healthz metric, avoid ignoring server when error

Value to healthz metric, avoid ignoring server when error #52

Workflow file for this run

name: Test
on:
push:
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
runs-on: ${{matrix.os}}
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Run Tests
run: make test