From 0297b56a5600174acd33dafcf43573b7ff4a3f39 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Tue, 9 Oct 2018 08:56:44 +0800 Subject: [PATCH] fix drone file --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 500951c1..88d4c12b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: