From 6c176093988834b67a768924eaaf4cdd2d33ea4c Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 18 Apr 2020 21:04:24 -0700 Subject: Revert "Hide successes on cabal CI builds" This reverts commit 671bb42c43ff82cbbbdfce339ce1b0184274015d. It didn't work with some older cabal versions. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3db223537..4b0e04c2f 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 --test-option=--hide-successes + cabal v2-test --disable-optimization windows: -- cgit v1.2.3