From 671bb42c43ff82cbbbdfce339ce1b0184274015d Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 18 Apr 2020 18:15:04 -0700 Subject: Hide successes on cabal CI builds --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 83e001027..f42e1574f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,7 +91,7 @@ jobs: cabal v2-build --enable-tests --disable-optimization 2>&1 | tee build.log # fail if warnings in local build ! grep -q ": *[Ww]arning:" build.log || exit 1 - cabal v2-test --disable-optimization + cabal v2-test --disable-optimization --test-option=--hide-successes windows: -- cgit v1.2.3