mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-01-09 07:33:52 +00:00
doc/contributing.md: add a tiny blurb about integration tests
Signed-off-by: Andrew Keesler <akeesler@vmware.com>
This commit is contained in:
@@ -61,7 +61,15 @@ docker build .
|
||||
|
||||
### Running Integration Tests
|
||||
|
||||
Details coming soon.
|
||||
```bash
|
||||
./hack/prepare-for-integration-tests.sh
|
||||
source /tmp/integration-test-env
|
||||
(cd test && go test -count 1 ./...)
|
||||
```
|
||||
|
||||
The `./hack/prepare-for-integration-tests.sh` script will create a local
|
||||
[`kind`](https://kind.sigs.k8s.io/) cluster on which the integration tests will
|
||||
be run.
|
||||
|
||||
### Pre-commit Hooks
|
||||
|
||||
|
||||
Reference in New Issue
Block a user