Skip to content

Commit 49309e2

Browse files
committed
uncomment unit test
Signed-off-by: Vivek Reddy <[email protected]>
1 parent 59f9205 commit 49309e2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-test-push-workflow.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ jobs:
3838
go mod tidy
3939
- name: Run Unit Tests
4040
run: |
41-
echo "commenting for now"
42-
# make test
41+
make test
4342
- name: Run Code Coverage
4443
run: goveralls -coverprofile=coverage.out -service=circle-ci -repotoken ${{ secrets.COVERALLS_TOKEN }}
4544
- name: Upload Coverage artifacts

0 commit comments

Comments
 (0)