Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'workhorse/Makefile')
-rw-r--r--workhorse/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/workhorse/Makefile b/workhorse/Makefile
index 267eaa47b57..ec937c50c2c 100644
--- a/workhorse/Makefile
+++ b/workhorse/Makefile
@@ -147,7 +147,7 @@ testdata/scratch:
mkdir -p testdata/scratch
.PHONY: verify
-verify: lint vet detect-context detect-assert detect-external-tests check-formatting staticcheck deps-check
+verify: lint vet detect-context detect-external-tests check-formatting staticcheck deps-check
.PHONY: lint
lint:
@@ -165,11 +165,6 @@ detect-context:
$(call message,Verify: $@)
_support/detect-context.sh
-.PHONY: detect-assert
-detect-assert:
- $(call message,Verify: $@)
- _support/detect-assert.sh
-
.PHONY: detect-external-tests
detect-external-tests:
$(call message,Verify: $@)