Try --test-options with cabal.
--test-option seems not to work (though it works with cabal 3+).
This commit is contained in:
parent
866114565c
commit
9ffe6bbe53
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue