Skip to content

Commit

Permalink
Remove go mod download.
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-silvas committed Aug 31, 2023
1 parent a1779ed commit c549026
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
with:
go-version-file: "go.mod"
cache: true
- run: "go mod download"
- run: "go build -v ."
- name: "Run Linting Process"
uses: "golangci/golangci-lint-action@639cd343e1d3b897ff35927a75193d57cfcba299" # v3.6.0
Expand Down Expand Up @@ -77,7 +76,6 @@ jobs:
with:
terraform_version: ${{ matrix.terraform }}
terraform_wrapper: false
- run: "go mod download"
- env:
TF_ACC: "1"
run: "go test -v -cover ./internal/provider/"
Expand Down

0 comments on commit c549026

Please sign in to comment.