Skip to content

Commit

Permalink
Use makefile for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
shearn89 committed Jul 25, 2024
1 parent 01e692b commit 4d59ba0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# version: v1.59.1

- name: Build
run: go build -v ./...
run: make build

- name: Test
run: go test -v ./...
run: make test

0 comments on commit 4d59ba0

Please sign in to comment.