From 88ad00bbd5dd0c83680c4ff1829d1888d1a50e90 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Fri, 7 Apr 2017 14:15:10 -0500 Subject: [PATCH] Add make test to cibuild --- scripts/cibuild | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/cibuild b/scripts/cibuild index c0417efb2..236a44cb2 100755 --- a/scripts/cibuild +++ b/scripts/cibuild @@ -5,3 +5,4 @@ set -e make -j release make -j debug make -j +make -j test