Skip to content

Commit

Permalink
(fixed) bin size
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincobain2000 committed Jul 1, 2024
1 parent e7ac27f commit 07cfd96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coveritup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
uses: kevincobain2000/action-coveritup@v2
with:
type: go-build-cli-time
command: go mod tidy;go build -ldflags '-s -w' -o main frontend/main.go
command: go mod tidy;go build -ldflags '-s -w' -o gol frontend/main.go
record: runtime

- name: Go Build All
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
uses: kevincobain2000/action-coveritup@v2
with:
type: go-binary-size
command: du -sk main | awk '{print $1}'
command: du -sk gol | awk '{print $1}'

- name: Number of dependencies
uses: kevincobain2000/action-coveritup@v2
Expand Down

0 comments on commit 07cfd96

Please sign in to comment.