mirror of
https://github.com/actions/actions-runner-controller.git
synced 2026-01-09 20:17:25 +08:00
Avastancu/arc e2e test linux vm (#2285)
This commit is contained in:
2
Makefile
2
Makefile
@@ -73,7 +73,7 @@ GO_TEST_ARGS ?= -short
|
||||
|
||||
# Run tests
|
||||
test: generate fmt vet manifests shellcheck
|
||||
go test $(GO_TEST_ARGS) ./... -coverprofile cover.out
|
||||
go test $(GO_TEST_ARGS) `go list ./... | grep -v ./test_e2e_arc` -coverprofile cover.out
|
||||
go test -fuzz=Fuzz -fuzztime=10s -run=Fuzz* ./controllers/actions.summerwind.net
|
||||
|
||||
test-with-deps: kube-apiserver etcd kubectl
|
||||
|
||||
Reference in New Issue
Block a user