Skip to content

Commit 9c528ec

Browse files
Fix test environment setup and build system issues (cnoe-io#546)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: jessesanford <108698+jessesanford@users.noreply.github.com>
1 parent aba0fb0 commit 9c528ec

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ test: manifests generate fmt vet envtest ## Run tests.
4040
ifeq ($(RUN),)
4141
KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) --bin-dir $(LOCALBIN) -p path)" go test -p 1 --tags=integration ./... -coverprofile cover.out
4242
else
43-
KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) --bin-dir $(LOCALBIN) -p path)" go test -p 1--tags=integration ./... -coverprofile cover.out -run $(RUN)
43+
KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) --bin-dir $(LOCALBIN) -p path)" go test -p 1 --tags=integration ./... -coverprofile cover.out -run $(RUN)
4444
endif
4545

4646

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ module github.com/cnoe-io/idpbuilder
22

33
go 1.22.0
44

5+
toolchain go1.24.7
6+
57
require (
68
code.gitea.io/sdk/gitea v0.16.0
79
github.com/cnoe-io/argocd-api v0.0.0-20241031202925-3091d64cb3c4

0 commit comments

Comments
 (0)