update mymysql drone config
This commit is contained in:
parent
e9a64a3f5e
commit
3946f3dfc4
|
@ -85,8 +85,8 @@ pipeline:
|
||||||
test-mymysql:
|
test-mymysql:
|
||||||
image: golang:${GO_VERSION}
|
image: golang:${GO_VERSION}
|
||||||
commands:
|
commands:
|
||||||
- go test -v -race -db="mymysql" -conn_str="tcp:mysql*xorm_test/root/" -coverprofile=coverage3-1.txt -covermode=atomic
|
- go test -v -race -db="mymysql" -conn_str="tcp:mysql:3306*xorm_test/root/" -coverprofile=coverage3-1.txt -covermode=atomic
|
||||||
- go test -v -race -db="mymysql" -conn_str="tcp:mysql*xorm_test/root/" -cache=true -coverprofile=coverage3-2.txt -covermode=atomic
|
- go test -v -race -db="mymysql" -conn_str="tcp:mysql:3306*xorm_test/root/" -cache=true -coverprofile=coverage3-2.txt -covermode=atomic
|
||||||
when:
|
when:
|
||||||
event: [ push, pull_request ]
|
event: [ push, pull_request ]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue