update drone
This commit is contained in:
parent
09e45b5cfc
commit
bd33298550
|
@ -25,6 +25,7 @@ pipeline:
|
||||||
- go get -u github.com/stretchr/testify/assert
|
- go get -u github.com/stretchr/testify/assert
|
||||||
- go get -u github.com/go-xorm/sqlfiddle
|
- go get -u github.com/go-xorm/sqlfiddle
|
||||||
- go get -u github.com/go-sql-driver/mysql
|
- go get -u github.com/go-sql-driver/mysql
|
||||||
|
- 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:
|
when:
|
||||||
|
|
Loading…
Reference in New Issue