Fix go vet and use go test -race

This commit is contained in:
Daniel Nelson
2018-04-02 14:13:15 -07:00
parent 19c102cf4b
commit 0aad487cab
3 changed files with 29 additions and 35 deletions

View File

@@ -9,7 +9,8 @@ jobs:
<<: *defaults
steps:
- checkout
- run: 'make ci-test'
- run: 'make deps'
- run: 'make test-ci'
release:
<<: *defaults
steps: