1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

DOCS: Warn against common integration test mistake (#2653)

This commit is contained in:
Tom Limoncelli
2023-11-27 18:04:48 -05:00
committed by GitHub
parent e783d7024c
commit b5010e7d9c
5 changed files with 8 additions and 4 deletions

View File

@ -265,6 +265,7 @@ This flag is intended for use with legacy domains where the integration test cre
have access to read/edit Workers. This flag will eventually go away.
```shell
cd integrationTest # NOTE: Not needed if already in that subdirectory
go test -v -verbose -provider CLOUDFLAREAPI -cfworkers=false
```