We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 27b4e65 + 7713ff3 commit 8279219Copy full SHA for 8279219
1 file changed
Makefile
@@ -25,14 +25,11 @@ docker-build:
25
docker build ${DOCKER_BUILD_FLAGS} -t ${IMAGE} .
26
docker tag ${IMAGE} ${MUTABLE_IMAGE}
27
28
-test: test-style test-unit test-functional
+test: test-style test-functional
29
30
test-style:
31
${DEV_ENV_CMD} shellcheck $(SHELL_SCRIPTS)
32
33
-test-unit:
34
- @echo "Implement functional tests in _tests directory"
35
-
36
test-functional: test-functional-swift test-functional-minio
37
38
test-functional-minio:
0 commit comments