Skip to content

Commit

Permalink
ci: build as part of the CI tests
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Hahling <robin.hahling@gw-computing.net>
  • Loading branch information
rolinh committed Feb 10, 2021
1 parent 0d838b7 commit 5b920b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
run: make check
- name: Run unit tests
run: make test
- name: Build
run: make
- name: Build release binaries
run: make release
go-mod:
Expand Down

0 comments on commit 5b920b8

Please sign in to comment.