Skip to content

Commit

Permalink
chore: use make target for gh action build-go
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Riobo Lorenzo <[email protected]>
  • Loading branch information
adrianriobo committed Sep 22, 2023
1 parent e37fad0 commit cb0dfeb
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,5 @@ jobs:

- name: Build
run: |
go generate ./...
go build -v ./...
- name: Test
run: go test -v ./...
make clean check

0 comments on commit cb0dfeb

Please sign in to comment.