Skip to content

Commit 4a15351

Browse files
committed
ci(workflow): delegate build & test to Makefile targets in GitHub Actions
1 parent e3a12ce commit 4a15351

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
go-version: '1.20'
2323

2424
- name: Build
25-
run: go build -v ./...
25+
run: make build
2626

2727
- name: Test
28-
run: go test -v ./...
28+
run: make test

0 commit comments

Comments
 (0)