test: add sanity test revert go mod change run all sanity tests move to Makefile fix comments
9 lines
199 B
Markdown
9 lines
199 B
Markdown
## Sanity Tests
|
|
Testing the NFS CSI driver using the [`sanity`](https://github.com/kubernetes-csi/csi-test/tree/master/pkg/sanity) package test suite.
|
|
|
|
### Run sanity tests
|
|
```
|
|
make sanity-test
|
|
```
|
|
|