chore: revise tests
This commit is contained in:
parent
55eeed71f0
commit
3505fb56f0
3 changed files with 15 additions and 17 deletions
3
Makefile
3
Makefile
|
|
@ -34,8 +34,7 @@ fmt:
|
|||
@terraform fmt -diff -recursive
|
||||
|
||||
# TEST
|
||||
.PHONY: test-full test coverage
|
||||
test-full: test coverage
|
||||
.PHONY: test coverage
|
||||
test:
|
||||
@echo "Running tests for the terraform provider"
|
||||
@cd $(ROOT_DIR)/stackit && go test ./... -count=1 -coverprofile=../coverage.out && cd $(ROOT_DIR)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue