Skip to content
This repository was archived by the owner on Jul 13, 2026. It is now read-only.

Fix: Secure TLS for Prometheus metrics endpoint #5

Fix: Secure TLS for Prometheus metrics endpoint

Fix: Secure TLS for Prometheus metrics endpoint #5

Workflow file for this run

name: Unit Tests
on:
push:
branches:
- main
pull_request:
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v7
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version-file: "go.mod"
- name: Run tests
run: make test