Skip to content

Commit

Permalink
chore(Makefile): remove test-unit target
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaughn Dice committed Mar 22, 2017
1 parent 27b4e65 commit 7713ff3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,11 @@ docker-build:
docker build ${DOCKER_BUILD_FLAGS} -t ${IMAGE} .
docker tag ${IMAGE} ${MUTABLE_IMAGE}

test: test-style test-unit test-functional
test: test-style test-functional

test-style:
${DEV_ENV_CMD} shellcheck $(SHELL_SCRIPTS)

test-unit:
@echo "Implement functional tests in _tests directory"

test-functional: test-functional-swift test-functional-minio

test-functional-minio:
Expand Down

0 comments on commit 7713ff3

Please sign in to comment.