Skip to content
This repository has been archived by the owner on Jul 28, 2020. It is now read-only.

Commit

Permalink
Separate testing and benchmarking
Browse files Browse the repository at this point in the history
  • Loading branch information
zhevron committed Aug 4, 2015
1 parent 1331a45 commit f28167b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions wercker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ build:
go build ./...
- script:
name: go test
code: |
go test -v -race ./... -check.v
- script:
name: go benchmark
code: |
go test -v ./... -check.v -check.b
- zhevron/goveralls:
Expand Down

0 comments on commit f28167b

Please sign in to comment.