Skip to content

Commit a129c41

Browse files
dhaiducekopenshift-merge-bot[bot]
authored andcommitted
Add unit test step to workflow
Signed-off-by: Dale Haiducek <[email protected]>
1 parent 4d2ac57 commit a129c41

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/unit-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
uses: actions/setup-go@v3
2525
with:
2626
go-version-file: go.mod
27+
28+
- name: Unit tests
29+
run: make test
2730

2831
- name: Test Coverage and Report Generation
2932
run: |

0 commit comments

Comments
 (0)