diff --git a/go.test.sh b/go.test.sh index 7141c0d..d153907 100755 --- a/go.test.sh +++ b/go.test.sh @@ -1,6 +1,9 @@ #!/usr/bin/env bash set -e +export DEVELOPER_NODE=1 +export RETAILCRM_URL=https://test.retailcrm.pro +export RETAILCRM_KEY=key echo "" > coverage.txt for d in $(go list ./... | grep -v vendor); do