Add Test step

Testing in Go is a first-class citizen, any starter workflow should also have a Test step.
This commit is contained in:
Jai Govindani
2020-04-14 18:10:05 +07:00
committed by GitHub
parent 93e77af4c0
commit 6c7202a657
+3
View File
@@ -32,3 +32,6 @@ jobs:
- name: Build
run: go build -v .
- name: Test
run: go test -v .