diff --git a/circle.yml b/circle.yml index de35c492..1b543e57 100644 --- a/circle.yml +++ b/circle.yml @@ -13,6 +13,5 @@ test: override: # './...' is a relative pattern which means all subdirectories - go test -v -race - - 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 + - cd /home/ubuntu/.go_workspace/src/github.com/go-xorm/tests && ./sqlite3.sh + #- cd /home/ubuntu/.go_workspace/src/github.com/go-xorm/tests && ./mysql.sh \ No newline at end of file