test(terraform): move tests which do not require env vars (#1455)

Co-authored-by: Thomas O'Donnell <andytom@users.noreply.github.com>
This commit is contained in:
Tilmann Meyer
2020-07-09 02:24:38 +02:00
committed by GitHub
parent 297cbd8654
commit 7edd0f6218
4 changed files with 57 additions and 60 deletions
-6
View File
@@ -132,12 +132,6 @@ jobs:
if: matrix.os == 'macOS-latest'
run: pip3 install mercurial
# Install Terraform at a fixed version
- name: Setup | Terraform
uses: volcano-coffee-company/setup-terraform@v1
with:
version: "0.12.14"
# Run the ignored tests that expect the above setup
- name: Build | Test
run: cargo test -- -Z unstable-options --include-ignored