update drone
This commit is contained in:
parent
bd33298550
commit
7d1d621d68
10
.drone.yml
10
.drone.yml
|
@ -28,5 +28,15 @@ pipeline:
|
||||||
- go get -u github.com/mattn/go-sqlite3
|
- go get -u github.com/mattn/go-sqlite3
|
||||||
#- golint ./...
|
#- golint ./...
|
||||||
- go test -v -race -coverprofile=coverage.txt -covermode=atomic
|
- go test -v -race -coverprofile=coverage.txt -covermode=atomic
|
||||||
|
when:
|
||||||
|
event: [ push, tag, pull_request ]
|
||||||
|
|
||||||
|
|
||||||
|
services:
|
||||||
|
mysql:
|
||||||
|
image: mysql:5.7
|
||||||
|
environment:
|
||||||
|
- MYSQL_DATABASE=core_test
|
||||||
|
- MYSQL_ALLOW_EMPTY_PASSWORD=yes
|
||||||
when:
|
when:
|
||||||
event: [ push, tag, pull_request ]
|
event: [ push, tag, pull_request ]
|
Loading…
Reference in New Issue