Skip to content

Commit

Permalink
adjust makefile run
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingWizKid committed Aug 28, 2023
1 parent 91b4dd3 commit 8181cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ test-e2e:
@STACKIT_TOKEN=$(STACKIT_TOKEN) TEST_ZONE_NAME=$(TEST_ZONE_NAME) go test -race -tags=e2e ./... -coverprofile out/cover.out

run:
go run cmd/main.go
go run cmd/webhook/main.go

.PHONY: clean
clean:
Expand Down

0 comments on commit 8181cf9

Please sign in to comment.