1
0
mirror of https://github.com/astaxie/beego.git synced 2025-07-13 17:41:01 +00:00

Fix orm test when using Driver = mysql

This commit is contained in:
Ming Deng
2020-07-19 12:56:58 +00:00
parent 9d936c58bf
commit 192a278a2a
10 changed files with 43 additions and 3094 deletions

View File

@ -1,7 +1,7 @@
language: go
go:
- "1.13.x"
- "1.14.x"
services:
- redis-server
- mysql
@ -63,7 +63,7 @@ after_script:
- killall -w ssdb-server
- rm -rf ./res/var/*
script:
- go test -v ./...
- go test ./...
- staticcheck -show-ignored -checks "-ST1017,-U1000,-ST1005,-S1034,-S1012,-SA4006,-SA6005,-SA1019,-SA1024"
- unconvert $(go list ./... | grep -v /vendor/)
- ineffassign .