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

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a1f05236b..6afd70a37 100644
--- a/Makefile
+++ b/Makefile
@@ -369,7 +369,7 @@ test-with-praefect: test-go
.PHONY: test-wal
## Run Go tests with write-ahead logging enabled.
test-wal: export GITALY_TEST_WAL = YesPlease
-test-wal: test
+test-wal: test-go
.PHONY: test-with-praefect-wal
## Run Go tests with write-ahead logging and Praefect enabled.