Skip to content

Commit e7a5915

Browse files
author
Adriano Santos
committed
fix: adjust workflows
1 parent 66755e8 commit e7a5915

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/go.yml

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

2424
- name: Build
25-
run: go build -v ./...
26-
27-
- name: Test
28-
run: go test -v ./...
25+
run: make build

0 commit comments

Comments
 (0)