From 37755b17a99d2432d12d22908ac705678dc67d5b Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Sun, 27 Dec 2020 13:14:45 -0800 Subject: [PATCH] Run tests in CI --- tools/publish.bash | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/publish.bash b/tools/publish.bash index 9901ff2..8bb83c8 100755 --- a/tools/publish.bash +++ b/tools/publish.bash @@ -86,6 +86,8 @@ else make pull I=composite fi +make shell I=composite CMD="make test PATIENCE=4" + make pull image push I=compile make pull image push I=app