Skip to content

Commit

Permalink
apk update
Browse files Browse the repository at this point in the history
  • Loading branch information
crossoverJie committed Oct 30, 2024
1 parent 803b985 commit d13985c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/run-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ set -e -x
scripts/pulsar-test-service-start.sh

export CGO_ENABLED=1
apk update
apk add gcc
apk add musl - dev
apk add musl-dev
go test -race -coverprofile=/tmp/coverage -timeout=20m -v ./...
go tool cover -html=/tmp/coverage -o coverage.html

Expand Down

0 comments on commit d13985c

Please sign in to comment.