diff --git a/integration_test.sh b/integration_test.sh index 7c5f357b6..1c07d61b4 100755 --- a/integration_test.sh +++ b/integration_test.sh @@ -41,5 +41,8 @@ dis=$? echo 'go test github.com/cgrates/cgrates/loaders -tags=integration' go test github.com/cgrates/cgrates/loaders -tags=integration lds=$? +echo 'go test github.com/cgrates/cgrates/ers -tags=integration' +go test github.com/cgrates/cgrates/ers -tags=integration +ers=$? exit $gen && $ap1 && $ap2 && $en && $cdrc && $cfg && $utl && $gnr && $agts && $smg && $mgr && $dis && $lds && $ers