build: Enable Consul remote backend tests

This commit is contained in:
Alisdair McDiarmid 2020-09-11 12:51:15 -04:00
parent 6a126df0c6
commit 579e0b20e1
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