aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-09-15 18:09:10 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-09-15 18:09:26 -0700
commit172c7e3b38d5ff89e7e3d7b62cbdffcdda87cfe1 (patch)
tree3def223264f1b1648343e81bf16b7912cbefdc65
parentd0261d7387cdf1a910a1029a747e239453190f71 (diff)
downloadpandoc-172c7e3b38d5ff89e7e3d7b62cbdffcdda87cfe1.tar.gz
Tweak GitHub CI config.
-rw-r--r--.github/workflows/haskell.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml
index 0e2c02c65..2a4f64ec0 100644
--- a/.github/workflows/haskell.yml
+++ b/.github/workflows/haskell.yml
@@ -26,7 +26,7 @@ jobs:
- name: Run tests
run: |
export PATH=/opt/cabal/bin:/opt/ghc/bin:$PATH
- cabal v2-test
+ cabal v2-test --disable-optimization
windows: