Browse Source

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

Piotr Czajkowski 3 years ago
parent
commit
f774923527
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 .