Added new tests to drone

This commit is contained in:
konrad 2018-09-23 21:05:00 +02:00
parent 81d5dff337
commit 0d4536254c
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@ pipeline:
- make lint
- make fmt-check
- make swagger-check
- make ineffassign-check
- make misspell-check
- make build
when:
event: [ push, tag, pull_request ]