summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/workflow.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml
index 8e8cfec89..5b7383b39 100644
--- a/.github/workflows/workflow.yml
+++ b/.github/workflows/workflow.yml
@@ -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