From: Étienne BERSAC Date: Wed, 20 Sep 2017 07:34:48 +0000 (+0200) Subject: Run test in verbose mode in CI X-Git-Tag: v10.0~34^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a7e49e3d794ede2701eaa574a48182963a14155c;p=pgbadger Run test in verbose mode in CI --- diff --git a/.circleci/config.yml b/.circleci/config.yml index 6034532..0cc0bcc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -11,7 +11,8 @@ jobs: - checkout - run: name: Executing tests - command: prove + command: prove --verbose + doc: docker: [{image: "perl:5.26"}] working_directory: /tmp/pgbadger