Skip to content

[refactor] - Decouple Metrics From Cache Implementation (#3355) #189

[refactor] - Decouple Metrics From Cache Implementation (#3355)

[refactor] - Decouple Metrics From Cache Implementation (#3355) #189

Workflow file for this run

name: Snifftest
on:
push:
tags:
- v*
branches:
- main
permissions:
contents: read
pull-requests: read
jobs:
Snifftest:
name: Run Snifftest
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: "1.23"
- uses: actions/checkout@v4
- name: Run Snifftest
run: make snifftest