Skip to content

Commit

Permalink
add fixes for build (hope make works in github flows)
Browse files Browse the repository at this point in the history
  • Loading branch information
exapsy committed Oct 24, 2023
1 parent 2b7ad33 commit 43ae1f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
with:
go-version: '1.20'

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

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

0 comments on commit 43ae1f0

Please sign in to comment.