We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efeb1c5 commit b20beacCopy full SHA for b20beac
Makefile
@@ -82,7 +82,7 @@ test-with-kind: fixture intel-sgx-admissionwebhook intel-fpga-admissionwebhook i
82
$(GO) test -v ./test/e2e -args -kubeconfig ~/.kube/config -ginkgo.focus "Operator"
83
84
envtest:
85
- @$(GO) test ./test/envtest
+ @$(GO) test -v ./test/envtest
86
87
lint:
88
@golangci-lint run --timeout 15m
0 commit comments