test: integrate new test target into CI build
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
dee013e4e4
commit
635c6d6080
@ -22,6 +22,11 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- make build
|
- make build
|
||||||
|
|
||||||
|
- name: make test
|
||||||
|
image: golang:1.16
|
||||||
|
commands:
|
||||||
|
- make test
|
||||||
|
|
||||||
- name: notify on failure
|
- name: notify on failure
|
||||||
image: plugins/matrix
|
image: plugins/matrix
|
||||||
settings:
|
settings:
|
||||||
@ -33,6 +38,7 @@ steps:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- make check
|
- make check
|
||||||
- make build
|
- make build
|
||||||
|
- make test
|
||||||
when:
|
when:
|
||||||
status:
|
status:
|
||||||
- failure
|
- failure
|
||||||
|
Loading…
x
Reference in New Issue
Block a user