ci: add check-monkit

Change-Id: I124d013ffb434fdea8ec315face090de4e572ebf
This commit is contained in:
Egon Elbre 2020-09-08 17:20:27 +03:00
parent 249f98f4c1
commit 9fd97fa973

View File

@ -46,6 +46,7 @@ pipeline {
sh 'check-imports -race ./...'
sh 'check-peer-constraints -race'
sh 'check-atomic-align ./...'
sh 'check-monkit ./...'
sh 'check-errs ./...'
sh 'staticcheck ./...'
sh 'golangci-lint --config /go/ci/.golangci.yml -j=2 run'