Skip to content

Commit

Permalink
chore: update build command in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nohehf committed Sep 23, 2024
1 parent 7405293 commit c655075
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ jobs:
go mod tidy
- name: Build
run: go build .
working-directory: cmd/cli
run: make build

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

0 comments on commit c655075

Please sign in to comment.