Skip to content
This repository was archived by the owner on Jun 6, 2019. It is now read-only.

Commit 52b4a02

Browse files
authored
Merge branch 'master' into develop
2 parents 674fdf9 + 09730da commit 52b4a02

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

circle.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
dependencies:
22
override:
33
# './...' is a relative pattern which means all subdirectories
4-
- cd xorm
5-
- go get -t -d -v ./...
6-
- go build -v
4+
- cd xorm && go get -t -d -v ./...
5+
- cd xorm && go build -v
76

87
test:
98
override:
109
# './...' is a relative pattern which means all subdirectories
11-
- go test -v -race
10+
- cd xorm && go test -v -race

0 commit comments

Comments
 (0)