Skip to content

Commit ef2da53

Browse files
authored
Merge pull request #551 from ovh/scraly-patch-1
[Docs] README: Info to run one acceptance test and bypass go test caching
2 parents d0f7056 + 9e67b43 commit ef2da53

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: README.md

+6
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,12 @@ To run only one acceptance test, you can run:
154154
$ make testacc TESTARGS="-run TestAccCloudProjectKubeUpdateVersion_basic"
155155
```
156156

157+
To run one acceptance test and bypass go test caching:
158+
159+
```sh
160+
$ TF_ACC=1 go test -count=1 $(go list ./... |grep -v 'vendor') -v -run TestAccCloudProjectKubeUpdateVersion_basic -timeout 600m -p 10
161+
```
162+
157163
To remove dangling resources, you can run:
158164

159165
```sh

0 commit comments

Comments
 (0)