We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 429efc7 commit acccc67Copy full SHA for acccc67
_assets/scripts/run_unit_tests.sh
@@ -59,6 +59,11 @@ run_test_for_packages() {
59
60
echo -e "${GRN}Testing:${RST} ${log_message}. Iteration ${iteration}. -test.count=${count}. Timeout: ${timeout}"
61
62
+ echo "AAAAA jamon"
63
+ echo "GIT_ROOT is ${GIT_ROOT}"
64
+ echo "LD_LIBRARY_PATH is ${LD_LIBRARY_PATH}"
65
+ ls ${GIT_ROOT}/vendor/github.com/waku-org/sds-go-bindings/third_party/nim-sds/build/
66
+
67
gotestsum_flags="${GOTESTSUM_EXTRAFLAGS}"
68
if [[ "${CI}" == 'true' ]]; then
69
gotestsum_flags="${gotestsum_flags} --junitfile=${report_file} --rerun-fails-report=${rerun_report_file}"
0 commit comments