Skip to content

Commit

Permalink
Add Makefile test coverage to GitHub Action Workflow CI (part of goog…
Browse files Browse the repository at this point in the history
  • Loading branch information
vorburger committed Oct 28, 2023
1 parent 9f2b585 commit 4f8cf54
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@ jobs:
- name: Test
working-directory: claat
run: go test -v ./...

- name: Make
working-directory: claat
run: make all release

0 comments on commit 4f8cf54

Please sign in to comment.