Skip to content

Commit

Permalink
regular compress
Browse files Browse the repository at this point in the history
  • Loading branch information
braheezy committed Mar 2, 2024
1 parent ba1f768 commit f931ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
- name: Build
run: |
go build -ldflags="-s -w" -trimpath -buildvcs=false -o goqoa-linux -v .
upx --brute goqoa-linux
upx goqoa-linux
- name: Go Test
run: go test -v ./...
Expand Down

0 comments on commit f931ca4

Please sign in to comment.