Browse Source

Added tests

Piotr Czajkowski 3 years ago
parent
commit
5885fdfd2a
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .github/workflows/go.yml

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

@@ -24,5 +24,8 @@ jobs:
             dep ensure
         fi
 
+    - name: Test
+      run: go test -v .
+      
     - name: Build
       run: go build -v .