fix drone file

This commit is contained in:
Lunny Xiao 2018-10-09 08:56:44 +08:00
parent 5c46079008
commit 0297b56a56
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
1 changed files with 2 additions and 2 deletions

View File

@ -105,7 +105,7 @@ pipeline:
- go test -v -race -db="postgres" -conn_str="postgres://postgres:@pgsql/xorm_test?sslmode=disable" -cache=true -coverprofile=coverage4-2.txt -covermode=atomic
when:
event: [ push, pull_request ]
test-postgres-schema:
image: golang:${GO_VERSION}
commands:
@ -113,7 +113,7 @@ pipeline:
- 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
when:
event: [ push, pull_request ]
test-mssql:
image: golang:${GO_VERSION}
commands: