Skip to content

Commit

Permalink
Modify workflow to only exec make test
Browse files Browse the repository at this point in the history
  • Loading branch information
kaneshin committed Jan 1, 2020
1 parent c83c696 commit acf86c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
run: go build -v ./...

- name: Test
run: make unit
run: make test

0 comments on commit acf86c6

Please sign in to comment.