Sfoglia il codice sorgente

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

Piotr Czajkowski 3 anni fa
parent
commit
f774923527
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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 .