Piotr Czajkowski %!s(int64=4) %!d(string=hai) anos
pai
achega
5885fdfd2a
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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 .