diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-09-15 18:09:10 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-09-15 18:09:26 -0700 |
commit | 172c7e3b38d5ff89e7e3d7b62cbdffcdda87cfe1 (patch) | |
tree | 3def223264f1b1648343e81bf16b7912cbefdc65 /.github/workflows | |
parent | d0261d7387cdf1a910a1029a747e239453190f71 (diff) | |
download | pandoc-172c7e3b38d5ff89e7e3d7b62cbdffcdda87cfe1.tar.gz |
Tweak GitHub CI config.
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/haskell.yml | 2 |
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: |