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

Commit 09730da

Browse files
committed
fix ci configuration
1 parent 65ac451 commit 09730da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ dependencies:
77
test:
88
override:
99
# './...' is a relative pattern which means all subdirectories
10-
- go test -v -race
10+
- cd xorm && go test -v -race

0 commit comments

Comments
 (0)