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 '_support/makegen.go')
-rw-r--r--_support/makegen.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/_support/makegen.go b/_support/makegen.go
index d9149a6aa..91f1814ff 100644
--- a/_support/makegen.go
+++ b/_support/makegen.go
@@ -586,4 +586,7 @@ proto: {{ .ProtoC }} {{ .ProtoCGenGo }} {{ .ProtoCGenGitaly }} {{ .GrpcToolsRuby
no-changes:
# looking for changed files
@cd {{ .SourceDir }} && git status --porcelain | awk '{ print } END { if (NR > 0) { exit 1 } }'
+
+smoke-test: all rspec
+ @cd {{ .SourceDir }} && go test ./internal/rubyserver
`