From 608be1252a42202f6a3848bef93200b3982a55e4 Mon Sep 17 00:00:00 2001 From: Benjamin Elder Date: Tue, 17 Mar 2026 16:06:27 -0700 Subject: [PATCH] suggest running tests after adding testdata *without test caching* --- staging/src/k8s.io/api/testdata/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/staging/src/k8s.io/api/testdata/README.md b/staging/src/k8s.io/api/testdata/README.md index 8989ed7ca9c..549408faeec 100644 --- a/staging/src/k8s.io/api/testdata/README.md +++ b/staging/src/k8s.io/api/testdata/README.md @@ -17,6 +17,11 @@ git add . git commit -m "Add ${VERSION} API testdata" ``` +You can then test with: +```sh +go test -count 1 k8s.io/api +``` + ## Current version The `HEAD` subdirectory contains serialized API objects generated from the current commit: