Skip to content
This repository was archived by the owner on Aug 9, 2021. It is now read-only.

Commit 90deda7

Browse files
committed
fix -mod vendor
1 parent 461f9ec commit 90deda7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/test-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ for d in $(go list ./...); do
1212
OUTPUT_PATH=$(echo "$d" | sed -e "s/^github.com\/analogj\/capsulecd\///")
1313
echo "Generating TEST BINARY: ${OUTPUT_PATH}/test_binary_${1}"
1414
mkdir -p /caches/test-binaries/${OUTPUT_PATH}
15-
go test -race -covermode=atomic -tags="static $1" -c -o=${OUTPUT_PATH}/test_binary_${1} $d
15+
go test -mod vendor -race -covermode=atomic -tags="static $1" -c -o=${OUTPUT_PATH}/test_binary_${1} $d
1616
done

0 commit comments

Comments
 (0)