From cdd8db3f07cc8e9e9c79727fa46b8e058c098df8 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Tue, 13 Dec 2016 14:12:39 +0800 Subject: [PATCH] fixed circle.yml --- circle.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/circle.yml b/circle.yml index 700eb8b7..f4bb794e 100644 --- a/circle.yml +++ b/circle.yml @@ -12,6 +12,6 @@ database: test: override: # './...' is a relative pattern which means all subdirectories - - go test -v -race ./... - - /home/ubuntu/.go_project/src/github.com/go-xorm/tests/sqlite.sh - #- /home/ubuntu/.go_project/src/github.com/go-xorm/tests/mysql.sh \ No newline at end of file + - go test -v -race + - /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