Skip to content

Commit

Permalink
fix[tf]: run tf tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Andreyko committed Oct 19, 2023
1 parent 32cbaa8 commit 0439e3a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,10 @@ go-deps: ##install golang dependencies

.PHONY: test-tf-provider
test-tf-provider: ##run tests for tf provider only
TF_ACC=1 TF_LOG=OFF TF_ACC_LOG_PATH=$(CURDIR)/logs go test -v ./cmd/sgroups-tf-v2/internal/provider
@echo running tf provider tests... && \
$(GO) clean -testcache && \
TF_ACC=1 $(GO) test -v ./cmd/sgroups-tf-v2/internal/provider && \
echo -=OK=-

.PHONY: test
test: ##run tests
Expand Down

0 comments on commit 0439e3a

Please sign in to comment.