From 673aa3e9f6c82d430df02c1f954fbbe8701aebe9 Mon Sep 17 00:00:00 2001 From: marcojakob Date: Sun, 3 May 2015 20:01:19 +0200 Subject: [PATCH] Run tests --- tool/drone_io.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tool/drone_io.sh b/tool/drone_io.sh index 91c268e..f92c138 100755 --- a/tool/drone_io.sh +++ b/tool/drone_io.sh @@ -13,6 +13,12 @@ pub install pub build ${build_folder} +# ----------------------------------- +# Test. +# ----------------------------------- +dart test/all_tests.dart + + # ----------------------------------- # Configure git in build subfolder # -----------------------------------