Skip to content

Commit

Permalink
feat: added cli build in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Millefeuille42 committed Mar 26, 2024
1 parent 3e58cf8 commit 8bcb801
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ jobs:

- name: Build cmd/updater
run: go build -v ./cmd/updater

- name: Build cmd/cli
run: go build -v ./cmd/cli

0 comments on commit 8bcb801

Please sign in to comment.