Try --test-options with cabal.

--test-option seems not to work (though it works with cabal 3+).
This commit is contained in:
John MacFarlane 2019-11-30 11:38:09 -08:00
parent 866114565c
commit 9ffe6bbe53

View file

@ -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: