Skip to content

Commit a4a4ef6

Browse files
authored
Merge pull request prometheus#16196 from zhengkezhou1/fix-discovery-test-wsl2
chore: ci: run Discovery tests on Windows
2 parents 9630dc6 + 1b92962 commit a4a4ef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
with:
8585
go-version: 1.24.x
8686
- run: |
87-
$TestTargets = go list ./... | Where-Object { $_ -NotMatch "(github.com/prometheus/prometheus/discovery.*|github.com/prometheus/prometheus/config|github.com/prometheus/prometheus/web)"}
87+
$TestTargets = go list ./... | Where-Object { $_ -NotMatch "(github.com/prometheus/prometheus/config|github.com/prometheus/prometheus/web)"}
8888
go test $TestTargets -vet=off -v
8989
shell: powershell
9090

0 commit comments

Comments
 (0)