From 3e7c783e24f9ee9df1b4de82338b56f3df94601b Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Tue, 12 Nov 2019 22:38:24 +0800 Subject: [PATCH] fix drone --- .drone.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index f38d0c45..8f9e0000 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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"