Explorar o código

Merge branch 'master' of github.com:pczajkowski/bullet

Piotr Czajkowski %!s(int64=3) %!d(string=hai) anos
pai
achega
f774923527
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 .