Skip to content

Commit

Permalink
try to improve speed of go build
Browse files Browse the repository at this point in the history
Signed-off-by: Slach <[email protected]>
  • Loading branch information
Slach committed Nov 4, 2024
1 parent d163d0b commit e0daea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: |
make build/linux/amd64/clickhouse-backup build/linux/arm64/clickhouse-backup
make build/linux/amd64/clickhouse-backup-fips build/linux/arm64/clickhouse-backup-fips
make build-race-docker build-race-fips-docker config test
make build-race build-race-fips config test
- name: Report unittest coverage
uses: coverallsapp/github-action@v2
Expand Down

0 comments on commit e0daea6

Please sign in to comment.