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

Commit 0e3ac52

Browse files
committed
add circle configuration file
1 parent b601a5b commit 0e3ac52

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

circle.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
dependencies:
2+
override:
3+
# './...' is a relative pattern which means all subdirectories
4+
- go get -t -d -v ./...
5+
- go build -v
6+
7+
test:
8+
override:
9+
# './...' is a relative pattern which means all subdirectories
10+
- go test -v -race

0 commit comments

Comments
 (0)