CI: hide successes in linux test output.
This commit is contained in:
parent
a9cc5d2616
commit
c072b7cb59
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -98,7 +98,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
|
||||
cabal $v2-test --disable-optimization --test-option=--hide-successes
|
||||
|
||||
windows:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue