Skip to content

Commit d99feb2

Browse files
committed
ci: updates workflow to highlight time taken in building binaries
1 parent e9c9cf0 commit d99feb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
export GOOS=$os
7171
7272
binary=bin/run-$GOOS-$GOARCH
73-
go build -o $binary -ldflags="-s -w -X main.Version=${{ steps.meta.outputs.version }}-${{steps.meta.outputs.short_sha}}" -tags urfave_cli_no_docs ./cmd/run
73+
time -f "\ntook %E time\n" go build -o $binary -ldflags="-s -w -X main.Version=${{ steps.meta.outputs.version }}-${{steps.meta.outputs.short_sha}}" -tags urfave_cli_no_docs ./cmd/run
7474
done
7575
done
7676

0 commit comments

Comments
 (0)