Skip to content

Commit e71413a

Browse files
fix: pass env LD_LIBRARY_PATH in test-with-coverage.sh
1 parent a121390 commit e71413a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_assets/scripts/test-with-coverage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if [[ "$*" != *"-test.run"* ]]; then
1313
count=${TEST_WITH_COVERAGE_COUNT}
1414
fi
1515

16-
go test -json \
16+
env LD_LIBRARY_PATH="${LD_LIBRARY_PATH}" go test -json \
1717
${packages} \
1818
-count=${count} \
1919
-covermode=atomic \

0 commit comments

Comments
 (0)