Skip to content

Commit

Permalink
ci: trigger
Browse files Browse the repository at this point in the history
Signed-off-by: Bence Csati <[email protected]>
  • Loading branch information
csatib02 committed Apr 5, 2024
1 parent 14a4155 commit 53ce888
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ check: test lint ## Run lint checks and tests

.PHONY: test
test: ## Run tests
go test -race -count=1 -v ./...
go test -race -v ./...

.PHONY: test-e2e
test-e2e: ## Run e2e tests
go test -race -count=1 -v -timeout 900s -tags e2e ./e2e/
go test -race -v -timeout 900s -tags e2e ./e2e/

.PHONY: test-e2e-local
test-e2e-local: container-image ## Run e2e tests locally
Expand Down

0 comments on commit 53ce888

Please sign in to comment.