diff --git a/.drone.yml b/.drone.yml index a21a1cfe..823bde9c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -25,6 +25,7 @@ pipeline: - go get -u github.com/stretchr/testify/assert - go get -u github.com/go-xorm/sqlfiddle - go get -u github.com/go-sql-driver/mysql + - go get -u github.com/mattn/go-sqlite3 #- golint ./... - go test -v -race -coverprofile=coverage.txt -covermode=atomic when: