run tests in ci
This commit is contained in:
parent
b43e77d037
commit
eb08755797
|
@ -21,6 +21,7 @@ jobs:
|
|||
- name: dependencies
|
||||
run: |
|
||||
go get -v -t -d ./...
|
||||
|
||||
- name: test
|
||||
run: make test
|
||||
- name: build
|
||||
run: make
|
||||
|
|
Loading…
Reference in New Issue