mirror of
https://github.com/retailcrm/api-client-go.git
synced 2024-11-22 04:46:03 +03:00
[improvement] run all tests
This commit is contained in:
parent
a5074f72f5
commit
f808c50da8
@ -1,6 +1,9 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
export DEVELOPER_NODE=1
|
||||||
|
export RETAILCRM_URL=https://test.retailcrm.pro
|
||||||
|
export RETAILCRM_KEY=key
|
||||||
echo "" > coverage.txt
|
echo "" > coverage.txt
|
||||||
|
|
||||||
for d in $(go list ./... | grep -v vendor); do
|
for d in $(go list ./... | grep -v vendor); do
|
||||||
|
Loading…
Reference in New Issue
Block a user