[improvement] run all tests

This commit is contained in:
Pavel 2019-10-16 16:58:57 +03:00
parent a5074f72f5
commit f808c50da8

View File

@ -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