ci: Add testsuite to ci builds

This commit is contained in:
Bernhard Froehlich
2022-05-01 17:18:17 +00:00
parent c21c13cc7a
commit 44560c9a0c

View File

@@ -22,3 +22,6 @@ jobs:
- name: Build
run: go build -v .
- name: Test
run: go test -v .