Skip to content

feat: add OTEL metrics and tracing to cert_webhook plugin #27

feat: add OTEL metrics and tracing to cert_webhook plugin

feat: add OTEL metrics and tracing to cert_webhook plugin #27

Workflow file for this run

name: Test
on:
push:
branches: [ develop, init ]
pull_request:
branches: [ develop, init ]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.26'
- name: Download dependencies
run: go mod download
- name: Run tests
run: go test -v -race ./...