Skip to content

Commit

Permalink
Added the make test to the github actions
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro JNM <alejandrojnm@gmail.com>
  • Loading branch information
alejandrojnm committed Jul 6, 2020
1 parent 0202a44 commit 92073ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@ jobs:

- name: Vet
run: go vet

- name: Make test
run: make test

0 comments on commit 92073ab

Please sign in to comment.