We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
acceptance
make testacc
1 parent d44cc43 commit ba1deb4Copy full SHA for ba1deb4
GNUmakefile
@@ -67,7 +67,7 @@ testacc-down: ## Teardown a GitLab instance.
67
docker-compose down --volumes
68
69
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
+ TF_ACC=1 GITLAB_TOKEN=$(GITLAB_TOKEN) GITLAB_BASE_URL=$(GITLAB_BASE_URL) go test --tags acceptance -v $(PROVIDER_SRC_DIR) $(TESTARGS) -timeout 40m
71
72
certs: ## Generate certs for the GitLab container registry
73
mkdir -p certs
0 commit comments