diff --git a/scripts/test-go.sh b/scripts/test-go.sh index d58e11947..736fe0210 100755 --- a/scripts/test-go.sh +++ b/scripts/test-go.sh @@ -30,7 +30,7 @@ test_service() { echo ">> Testing services/${service}" if [ "${SKIP_NON_GENERATED_FILES}" = true ]; then - go test ${SERVICES_PATH}/${service}/... ${GOTEST_ARGS} # All manually maintained files are in subfolders + go test ${SERVICES_PATH}/${service} ${GOTEST_ARGS} # All manually maintained files are in subfolders else go test ${SERVICES_PATH}/${service}/... ${GOTEST_ARGS} fi