good morning!!!!

Skip to content
Snippets Groups Projects
Commit d7077965 authored by José Carlos Nieto's avatar José Carlos Nieto
Browse files

Attempt to include benchmarks in test definition.

parent cc0b805a
No related branches found
No related tags found
No related merge requests found
......@@ -46,9 +46,9 @@ before_script:
script:
- cd $GOPATH/src/upper.io/db
- go test -v upper.io/db/postgresql
- go test -v upper.io/db/mysql
- go test -v upper.io/db/sqlite
- go test -v upper.io/db/ql
- go test -v upper.io/db/mongo
- go test -v .
- make bench -C $GOPATH/src/upper.io/db/mysql
- make bench -C $GOPATH/src/upper.io/db/postgresql
- make bench -C $GOPATH/src/upper.io/db/ql
- make bench -C $GOPATH/src/upper.io/db/sqlite
- make bench -C $GOPATH/src/upper.io/db/mongo
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment