Skip to content

Commit

Permalink
Add unit test step to workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Dale Haiducek <[email protected]>
  • Loading branch information
dhaiducek committed Dec 8, 2023
1 parent c535fdf commit 616130c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
uses: actions/setup-go@v3
with:
go-version-file: go.mod

- name: Unit tests
run: make test

- name: Test Coverage and Report Generation
run: |
Expand Down

0 comments on commit 616130c

Please sign in to comment.