Skip to content

Commit 00edfb8

Browse files
Build test (#336)
* IND-2460 test.yaml updated with unit test coverage, .go-version file added. * IND-2466 test.yaml updated with build
1 parent 92e270c commit 00edfb8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,5 @@ jobs:
5252
name: Coverage-report
5353
- name: Display Coverage report
5454
run: go tool cover -func=coverage.out
55+
- name: Build Go
56+
run: go build ./...

0 commit comments

Comments
 (0)