Skip to content

Commit b8664ec

Browse files
feat: increase concurrency and add verbose
1 parent 2431499 commit b8664ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.buildkite/scripts/steps/unit-tests.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ set +euo pipefail
44

55
echo "--- Install dependencies"
66
# See https://github.com/tailscale/go-cache-plugin
7-
make install-go-cache-plugin
8-
export GOCACHEPROG="go-cache-plugin --cache-dir=/tmp/gocache --bucket=elastic-agent-ci-go-cache --region=us-east-1"
9-
export GOEXPERIMENT=cacheprog
7+
go install github.com/tailscale/go-cache-plugin/cmd/go-cache-plugin@latest
8+
export GOCACHEPROG="go-cache-plugin -c 512 -u 48 -v --cache-dir=/tmp/gocache --bucket=elastic-agent-ci-go-cache --region=us-east-1"
9+
go-cache-plugin version
1010

1111
echo "--- Unit tests"
1212
RACE_DETECTOR=true TEST_COVERAGE=true mage unitTest

0 commit comments

Comments
 (0)