Don't use --test-option with cabal.
It's only supported in later versions, apparently.
This commit is contained in:
parent
9ffe6bbe53
commit
be826cd39e
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-options='--hide-successes'
|
||||
cabal v2-test --disable-optimization
|
||||
|
||||
windows:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue