run tests in ci

This commit is contained in:
Kevin Schoon 2021-07-28 20:06:45 -04:00
parent b43e77d037
commit eb08755797
1 changed files with 2 additions and 1 deletions

View File

@ -21,6 +21,7 @@ jobs:
- name: dependencies
run: |
go get -v -t -d ./...
- name: test
run: make test
- name: build
run: make