Run tests with race detector

This commit is contained in:
Emir Beganovic 2019-04-14 12:41:23 +04:00
parent 96d52f25b0
commit cd0f3ae41a
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ build:
- script:
name: test sqlite
code: |
go test ./...
go test -race -v ./...
- script:
name: test mariadb