mirror of https://github.com/go-gorm/gorm.git
Run tests with race detector
This commit is contained in:
parent
96d52f25b0
commit
cd0f3ae41a
|
@ -95,7 +95,7 @@ build:
|
|||
- script:
|
||||
name: test sqlite
|
||||
code: |
|
||||
go test ./...
|
||||
go test -race -v ./...
|
||||
|
||||
- script:
|
||||
name: test mariadb
|
||||
|
|
Loading…
Reference in New Issue