From 65cbb93c13c5dc9ee8821177851b738c03b66d36 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Tue, 13 Dec 2016 14:16:21 +0800 Subject: [PATCH] fixed circle.yml --- circle.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index f4bb794e..de35c492 100644 --- a/circle.yml +++ b/circle.yml @@ -13,5 +13,6 @@ test: override: # './...' is a relative pattern which means all subdirectories - go test -v -race - - /home/ubuntu/.go_workspace/src/github.com/go-xorm/tests/sqlite3.sh + - cd /home/ubuntu/.go_workspace/src/github.com/go-xorm/tests/ + - ./sqlite3.sh #- /home/ubuntu/.go_workspace/src/github.com/go-xorm/tests/mysql.sh \ No newline at end of file