Fix go vet and use go test -race

This commit is contained in:
Daniel Nelson
2018-04-02 14:13:15 -07:00
parent 7079c6ee60
commit e775c886b7
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: