Skip to content

Commit b86a915

Browse files
committed
Debug failing test
1 parent 3004f02 commit b86a915

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ test:
6666
.PHONY: testacc
6767
testacc:
6868
@echo "==> Running acceptance tests"
69-
TF_ACC=1 go test ./castai/... '-run=^TestAcc' -v -timeout 50m
69+
TF_LOG=TRACE TF_ACC=1 go test ./castai/... '-run=^TestAccResourceWorkloadScalingPolicy' -v -timeout 50m
7070

7171
.PHONY: validate-terraform-examples
7272
validate-terraform-examples:

0 commit comments

Comments
 (0)