Skip to content

Commit

Permalink
fix: stop end-to-end testing
Browse files Browse the repository at this point in the history
  • Loading branch information
renan061 committed Jun 5, 2024
1 parent f02808e commit 3819ad9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ submodules: ## Download the git submodules
@git submodule update --init --recursive

.PHONY: test
test: unit-test e2e-test ## Execute all tests
test: unit-test ## Execute all tests

.PHONY: unit-test
unit-test:## Execute unit tests
unit-test: ## Execute unit tests
@echo "Running unit tests"
@go test ./...

Expand Down Expand Up @@ -91,3 +91,4 @@ docker-clean: ## Remove the containers and volumes from previous compose run
.PHONY: help
help: ## Show help for each of the Makefile recipes
@grep "##" $(MAKEFILE_LIST) | grep -v grep | sed -e 's/:.*##\(.*\)/:\n\t\1\n/'

0 comments on commit 3819ad9

Please sign in to comment.