fix drone

This commit is contained in:
Lunny Xiao 2019-11-12 22:38:24 +08:00
parent 5b7c8f6af4
commit 3e7c783e24
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
1 changed files with 0 additions and 2 deletions

View File

@ -87,8 +87,6 @@ steps:
- name: test-postgres-schema
pull: default
image: golang:1.10
depends_on:
- test-postgres-schema
commands:
- "go test -v -race -db=\"postgres\" -conn_str=\"postgres://postgres:@pgsql/xorm_test?sslmode=disable\" -schema=xorm -coverprofile=coverage5-1.txt -covermode=atomic"
- "go test -v -race -db=\"postgres\" -conn_str=\"postgres://postgres:@pgsql/xorm_test?sslmode=disable\" -schema=xorm -cache=true -coverprofile=coverage5-2.txt -covermode=atomic"