Skip to content

Commit

Permalink
travis: add benchmarks to test run
Browse files Browse the repository at this point in the history
  • Loading branch information
berfarah committed Aug 22, 2018
1 parent 101ad95 commit 472c1a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ before_install:
- go get github.com/mattn/goveralls
- docker-compose -f ci/docker-compose.yml up -d

script: "go test -v ./... -coverprofile=coverage.out -covermode=atomic"
script: "go test -v ./... -coverprofile=coverage.out -covermode=atomic -bench=./..."

after_success:
- "$GOPATH/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken=$COVERALLS_TOKEN"
Expand Down

0 comments on commit 472c1a1

Please sign in to comment.