mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-05 17:27:51 +00:00
commit
f607905cf6
14 changed files with 539 additions and 2 deletions
5
Makefile
5
Makefile
|
|
@ -55,6 +55,11 @@ push-multi-arch:
|
|||
test:
|
||||
CGO_ENABLED=0 go test ./cmd/... ./pkg/...
|
||||
|
||||
.PHONY: test-e2e
|
||||
test-e2e:
|
||||
./test/run-e2e-tests.sh
|
||||
|
||||
|
||||
# Static analysis
|
||||
# ---------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue