Added go clean --cache for integration tests

This commit is contained in:
Trial97
2018-11-02 11:39:43 +02:00
committed by Dan Christian Bogos
parent a845675094
commit 65e67691b7
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,5 @@
#! /usr/bin/env sh
go clean --cache
./test.sh
gen=$?
echo 'go test github.com/cgrates/cgrates/apier/v1 -tags=integration'