Merge pull request #26221 from hashicorp/alisdair/enable-consul-remote-backend-tests

build: Enable Consul remote backend tests
This commit is contained in:
Alisdair McDiarmid 2020-09-11 14:53:13 -04:00 committed by GitHub
commit b213ec883d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,8 @@ jobs:
go-test:
executor:
name: go
environment:
TF_CONSUL_TEST: 1
parallelism: 4
steps:
- checkout