mirror of
https://github.com/retailcrm/api-client-go.git
synced 2025-04-03 13:13:37 +03:00
remove sh script
This commit is contained in:
parent
ce9d88d4b1
commit
a82393c188
1 changed files with 0 additions and 13 deletions
13
go.test.sh
13
go.test.sh
|
@ -1,13 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
export DEVELOPER_NODE=1
|
||||
export RETAILCRM_URL=https://test.retailcrm.pro
|
||||
export RETAILCRM_KEY=key
|
||||
touch coverage.txt
|
||||
|
||||
go test ./errs/ -race -coverprofile=errs.out -covermode=atomic "$d"
|
||||
go test ./v5/ -race -coverprofile=v5.out -covermode=atomic "$d"
|
||||
|
||||
cat errs.out >> coverage.txt
|
||||
cat v5.out >> coverage.txt
|
Loading…
Add table
Reference in a new issue