run tests in github workflow

This commit is contained in:
Shawn Smith
2021-04-25 21:50:06 +09:00
parent 6c5704d1f3
commit b22a7096cc

View File

@@ -19,3 +19,6 @@ jobs:
- name: Lint
run: make lint
- name: Test
run: go test ./...