Skip to content

Commit 8279219

Browse files
author
Vaughn Dice
authored
Merge pull request #190 from vdice/remove-test-unit
chore(Makefile): remove test-unit target
2 parents 27b4e65 + 7713ff3 commit 8279219

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,11 @@ docker-build:
2525
docker build ${DOCKER_BUILD_FLAGS} -t ${IMAGE} .
2626
docker tag ${IMAGE} ${MUTABLE_IMAGE}
2727

28-
test: test-style test-unit test-functional
28+
test: test-style test-functional
2929

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

33-
test-unit:
34-
@echo "Implement functional tests in _tests directory"
35-
3633
test-functional: test-functional-swift test-functional-minio
3734

3835
test-functional-minio:

0 commit comments

Comments
 (0)