Skip to content

Commit fc03b9f

Browse files
authored
Update go.yml
Signed-off-by: trodsre <[email protected]>
1 parent bc0149d commit fc03b9f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/go.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ jobs:
1919

2020
- name: Build
2121
run: go build -v ./...
22+
23+
- name: Install make
24+
run: apt-get install make
25+
26+
- name: make
27+
run: make build
2228

2329
- name: Test
2430
run: go test -v ./...

0 commit comments

Comments
 (0)