Skip to content

Commit

Permalink
chore: remove obsolete docker-compose version
Browse files Browse the repository at this point in the history
Signed-off-by: Bence Csati <[email protected]>
  • Loading branch information
csatib02 committed May 17, 2024
1 parent baf65fe commit d65494a
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 @@ -65,11 +65,11 @@ check: test lint ## Run lint checks and tests

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

.PHONY: test-e2e
test-e2e: ## Run e2e tests
go test -race -v -count=1 -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 d65494a

Please sign in to comment.