test: integrate new test target into CI build
continuous-integration/drone/push Build is passing Details

This commit is contained in:
decentral1se 2021-07-19 15:50:02 +02:00
parent dee013e4e4
commit 635c6d6080
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 6 additions and 0 deletions

View File

@ -22,6 +22,11 @@ steps:
commands:
- make build
- name: make test
image: golang:1.16
commands:
- make test
- name: notify on failure
image: plugins/matrix
settings:
@ -33,6 +38,7 @@ steps:
depends_on:
- make check
- make build
- make test
when:
status:
- failure