Skip to content

Commit

Permalink
ci: include tests into workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
esimov committed Dec 2, 2021
1 parent b7332ae commit e1e7c9a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,6 @@ jobs:

- name: Build project
id: makefile
run: make
run: |
make
go test -v ./... -run=. -cover

0 comments on commit e1e7c9a

Please sign in to comment.