From 9ffe6bbe5392d9541a9036e3825b15d33adab5ac Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 30 Nov 2019 11:38:09 -0800 Subject: Try --test-options with cabal. --test-option seems not to work (though it works with cabal 3+). --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f8cefaa7..5150c3e2c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,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 --test-options='--hide-successes' windows: -- cgit v1.2.3