From 172c7e3b38d5ff89e7e3d7b62cbdffcdda87cfe1 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 15 Sep 2019 18:09:10 -0700 Subject: Tweak GitHub CI config. --- .github/workflows/haskell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') 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: -- cgit v1.2.3