We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2fc28e commit efdfbbdCopy full SHA for efdfbbd
1 file changed
Makefile
@@ -6,7 +6,7 @@ ROOT_DIR := $(CURDIR)
6
BUILDPACK_DIR := $(ROOT_DIR)
7
PYTHON_BIN ?= python3
8
9
-.PHONY: test-buildpack clean-test-buildpack test-unit test-detect test-compile test-release smoke-test start-local
+.PHONY: test-buildpack clean-test-buildpack unit-test smoke-test start-local
10
11
# Reset the temporary staging directories used for local buildpack testing.
12
clean-test-buildpack:
0 commit comments