From 595a1fe852ac167342a02bafcaf676b745a775e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Sat, 7 Mar 2015 13:53:10 +0100 Subject: [PATCH] Added back test step to circle.yml --- circle.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/circle.yml b/circle.yml index 613c4d90118..f4eae718e34 100644 --- a/circle.yml +++ b/circle.yml @@ -21,9 +21,8 @@ dependencies: test: override: - - echo "test" - # - godep go test -v ./pkg/... - # - ./node_modules/grunt-cli/bin/grunt test + - godep go test -v ./pkg/... + - ./node_modules/grunt-cli/bin/grunt test deployment: develop: