Browse Source

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

Piotr Czajkowski 3 năm trước cách đây
mục cha
commit
f774923527
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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 .