Skip to content

Commit

Permalink
fix: remove verbose flag from go build command in build-deb.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
haukened committed Nov 13, 2024
1 parent 61f1150 commit 2cff65e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
go-version: ${{ env.GO_VERSION }}

- name: Build
run: go build -o ${{ env.APP_NAME }} -v ./...
run: go build -o ${{ env.APP_NAME }}

- name: Test
run: go test -v ./...
Expand Down

0 comments on commit 2cff65e

Please sign in to comment.