Browse Source

ci: Add testsuite to ci builds

Bernhard Froehlich 3 years ago
parent
commit
44560c9a0c
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .github/workflows/go.yml

+ 3 - 0
.github/workflows/go.yml

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