@ -211,41 +211,41 @@ pipeline:
when:
event: [ push, tag, pull_request ]
bench-sqlite:
# bench-sqlite:
image: golang:1.12
# image: golang:1.12
pull: true
# pull: true
group: bench
# group: bench
commands:
# commands:
- make bench-sqlite
# - make bench-sqlite
# when:
event: [ tag ]
# event: [ tag ]
bench-mysql:
# bench-mysql:
- make bench-mysql
# - make bench-mysql
bench-mssql:
# bench-mssql:
- make bench-mssql
# - make bench-mssql
bench-pgsql:
# bench-pgsql:
- make bench-pgsql
# - make bench-pgsql
generate-coverage: