Skip to content

Commit ba1deb4

Browse files
committed
Add acceptance tag to make testacc target
1 parent d44cc43 commit ba1deb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ testacc-down: ## Teardown a GitLab instance.
6767
docker-compose down --volumes
6868

6969
testacc: ## Run acceptance tests against a GitLab instance.
70-
TF_ACC=1 GITLAB_TOKEN=$(GITLAB_TOKEN) GITLAB_BASE_URL=$(GITLAB_BASE_URL) go test -v $(PROVIDER_SRC_DIR) $(TESTARGS) -timeout 40m
70+
TF_ACC=1 GITLAB_TOKEN=$(GITLAB_TOKEN) GITLAB_BASE_URL=$(GITLAB_BASE_URL) go test --tags acceptance -v $(PROVIDER_SRC_DIR) $(TESTARGS) -timeout 40m
7171

7272
certs: ## Generate certs for the GitLab container registry
7373
mkdir -p certs

0 commit comments

Comments
 (0)