From 142b00b5ac10d34b07b4d3cbf6730c468c01fe6c Mon Sep 17 00:00:00 2001 From: Max Horstmann Date: Wed, 18 Nov 2020 09:41:55 -0500 Subject: [PATCH] update integration tests section in release engineering doc (#950) Co-authored-by: Tom Limoncelli --- docs/release-engineering.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/release-engineering.md b/docs/release-engineering.md index 03c318d07..cd5d9a7fc 100644 --- a/docs/release-engineering.md +++ b/docs/release-engineering.md @@ -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