Skip to content

APIGOV-29006 - metric event refactor and custom unit reporting (#847) #4473

APIGOV-29006 - metric event refactor and custom unit reporting (#847)

APIGOV-29006 - metric event refactor and custom unit reporting (#847) #4473

Workflow file for this run

name: Run test
on:
push:
branches: ["**"]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.21
- name: Test
run: make test