Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove make tests from makefile
  • Loading branch information
srijitamukherjee committed Sep 17, 2019
1 parent afb7801 commit d5cb09f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Makefile
Expand Up @@ -55,14 +55,6 @@ docker: ## Prints docker version and info
@docker info
@echo

test: ## Runs tests inside container build environment
test: COMPOSE_FILE = $(COMPOSE_TEST_FILE)
test: $(DOCKER_COMPOSE) info
@echo
@echo "======= Tests ======="
@echo
$(MAKE) test-run tmp-export --keep-going

test-run: ## Runs test inside container
test-run: COMPOSE_FILE = $(COMPOSE_TEST_FILE)
test-run: $(DOCKER_COMPOSE) clean-tmp cache
Expand Down

0 comments on commit d5cb09f

Please sign in to comment.