Skip to content

Commit

Permalink
Update go.yml (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
resilva87 authored Apr 22, 2020
1 parent 64616d3 commit 91b4e7f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
dep ensure
fi
- name: Build
run: go build -v .

- name: Test
run: go test

0 comments on commit 91b4e7f

Please sign in to comment.