We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9630dc6 + 1b92962 commit a4a4ef6Copy full SHA for a4a4ef6
.github/workflows/ci.yml
@@ -84,7 +84,7 @@ jobs:
84
with:
85
go-version: 1.24.x
86
- run: |
87
- $TestTargets = go list ./... | Where-Object { $_ -NotMatch "(github.com/prometheus/prometheus/discovery.*|github.com/prometheus/prometheus/config|github.com/prometheus/prometheus/web)"}
+ $TestTargets = go list ./... | Where-Object { $_ -NotMatch "(github.com/prometheus/prometheus/config|github.com/prometheus/prometheus/web)"}
88
go test $TestTargets -vet=off -v
89
shell: powershell
90
0 commit comments