chore: revise tests

This commit is contained in:
Marcel S. Henselin 2026-02-10 14:42:48 +01:00
parent 55eeed71f0
commit 3505fb56f0
3 changed files with 15 additions and 17 deletions

View file

@ -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)