summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contributors/devel/conformance-tests.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/contributors/devel/conformance-tests.md b/contributors/devel/conformance-tests.md
index b1a0d361..ee7561d1 100644
--- a/contributors/devel/conformance-tests.md
+++ b/contributors/devel/conformance-tests.md
@@ -62,6 +62,9 @@ Conformance tests can be run against clusters that have not been created with
credentials.
```sh
+# build test binaries, ginkgo, and kubectl first:
+make WHAT=test/e2e/e2e.test && make WHAT=ginkgo && make WHAT=cmd/kubectl
+
# setup for conformance tests
export KUBECONFIG=/path/to/kubeconfig
export KUBERNETES_CONFORMANCE_TEST=y