suggest running tests after adding testdata *without test caching*

This commit is contained in:
Benjamin Elder
2026-03-17 16:06:27 -07:00
parent 2e2115a512
commit 608be1252a

View File

@@ -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: