aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-02-26 18:02:22 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2021-02-26 18:02:22 -0800
commitc072b7cb5978c35493cfe14e55e9d214b4f7f042 (patch)
tree1b5af6effb8921540b1a007903349bf17426c22e /.github
parenta9cc5d261603e2e84961744c14f1b12aaaefc49d (diff)
downloadpandoc-c072b7cb5978c35493cfe14e55e9d214b4f7f042.tar.gz
CI: hide successes in linux test output.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 561de40d7..1cc224594 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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: