From 91eb4ab607bafd417a9c8f6b5e147a18936e95c7 Mon Sep 17 00:00:00 2001 From: Vladimir Panteleev Date: Mon, 14 May 2018 22:51:23 +0000 Subject: [PATCH] dlangbot.github: Show Digger test command in automatic message The previous message only told users how to build their pull request, but not how to run the test suite. --- source/dlangbot/github.d | 1 + 1 file changed, 1 insertion(+) diff --git a/source/dlangbot/github.d b/source/dlangbot/github.d index b10be39..b4de330 100644 --- a/source/dlangbot/github.d +++ b/source/dlangbot/github.d @@ -101,6 +101,7 @@ If you don't have a [local development environment setup](https://wiki.dlang.org ```sh dub fetch digger dub run digger -- build \"%s + %s#%d\" +dub run digger -- test ``` ".format(pr.base.ref_, pr.base.repo.name, pr.number)); }