Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Commit

Permalink
disable benchmarks on circleCI
Browse files Browse the repository at this point in the history
we don't do anything useful with them and they take too long
  • Loading branch information
Dieterbe committed Oct 10, 2017
1 parent 5737d81 commit f2df73a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ test:
- cd $IMPORTPATH && scripts/gofmt-check.sh
- cd $IMPORTPATH && scripts/end2end_test.sh
- cd $IMPORTPATH && scripts/tools_gitignore.sh
- cd $IMPORTPATH && go test -v -run='^$' -bench=. $(go list ./... | grep -v /vendor/)
post:
- scripts/package.sh

Expand Down

0 comments on commit f2df73a

Please sign in to comment.