Skip to content

Multiple metric IDs filter support #3150

Multiple metric IDs filter support

Multiple metric IDs filter support #3150

Workflow file for this run

on:
pull_request:
branches:
- master
paths:
- '**.go'
- 'go.mod'
- 'go.sum'
jobs:
ci-go:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 1
- uses: actions/setup-go@v3
with:
go-version: 1.21.x
cache: true
- uses: golangci/golangci-lint-action@v3
with:
args: --timeout=10m --disable-all -E goimports
- uses: dominikh/[email protected]
with:
install-go: false
- run: go test -v -race ./...