Add tests to workflow

This commit is contained in:
JBP
2019-08-15 13:30:14 +02:00
parent f64e0132e1
commit 9f314ca925

View File

@@ -26,3 +26,6 @@ jobs:
- name: Build
run: go build -v .
- name: Test
run: go test -count=1 ./...