mirror of
https://github.com/starship/starship.git
synced 2026-06-22 02:02:12 +07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user