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

update integration tests section in release engineering doc (#950)

Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
This commit is contained in:
Max Horstmann
2020-11-18 09:41:55 -05:00
committed by GitHub
parent db6ad08f5e
commit 142b00b5ac

View File

@@ -19,12 +19,9 @@ go version
```
## Step 2. Run the integration tests
## Step 2. Check unit and integration tests
* If you are at StackOverflow, this is in TC as "DNS > Integration Tests".
* Otherwise:
* Run "go test ./..." (documented in [Creating new DNS Resource Types](adding-new-rtypes))
* Run the integration tests (documented in [Writing new DNS providers](writing-providers))
There's a GitHub Actions [workflow](https://github.com/StackExchange/dnscontrol/actions?query=workflow%3Abuild) which builds the code and runs a set of unit and integration tests. Make sure all tests are passing, including the integration tests for all DNS providers.
## Step 3. Bump the version number