Skip to content

Commit

Permalink
refactor: remove redundant VERSION assignment in GNUmakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
EspenAlbert committed Jan 9, 2025
1 parent ee7afa8 commit 814a852
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ testacc: fmtcheck

.PHONY: testaccgov
testaccgov: fmtcheck
@$(eval VERSION=acc)
TF_ACC=1 go test ./... -run 'TestAccProjectRSGovProject_CreateWithProjectOwner' -v -parallel 1 "$(TESTARGS) -timeout $(ACCTEST_TIMEOUT) -ldflags=$(LINKER_FLAGS) "

.PHONY: fmt
Expand Down

0 comments on commit 814a852

Please sign in to comment.