should test too like this?
authorMauro Scomparin <scompo@gmail.com>
Wed, 26 Feb 2020 21:06:24 +0000 (22:06 +0100)
committerGitHub <noreply@github.com>
Wed, 26 Feb 2020 21:06:24 +0000 (22:06 +0100)
.github/workflows/go.yml

index 38aac2ed703be8487c0007054d5dbcf0c10a4263..f4915a41f18b9bd2bcd791f52de888516541b96d 100644 (file)
@@ -23,6 +23,9 @@ jobs:
             curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
             dep ensure
         fi
-
+    
+    - name: Test
+      run: go test -v
+      
     - name: Build
       run: go build -v .