Skip to content

Commit bd3c4df

Browse files
committed
fix lint
1 parent 0f954f2 commit bd3c4df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
go-version-file: 'go.mod'
2929
cache: true
30-
- run: make fmt
30+
- run: go mod tidy
3131
- run: go build -v .
3232
- run: make test
3333

@@ -89,7 +89,7 @@ jobs:
8989
with:
9090
terraform_version: ${{ matrix.terraform }}
9191
terraform_wrapper: false
92-
- run: make fmt
92+
- run: go mod tidy
9393
- env:
9494
TF_ACC: "1"
9595
run: go test -v -cover ./internal/provider/

0 commit comments

Comments
 (0)