From d88015e03e2010c3209d549697e1c4f4f5c903a2 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 27 Nov 2019 21:32:17 -0800 Subject: Revert "Don't do parallel build with cabal." This reverts commit bd175d13b6004086ccd3862822f97c7f090cadb4. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bfceec2ca..a0b7d1c74 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,10 +63,10 @@ jobs: - name: Build and test run: | export PATH=/opt/cabal/${{ matrix.versions.cabal }}/bin:/opt/ghc/${{ matrix.versions.ghc }}/bin:$PATH - cabal v2-build --enable-tests -j1 --disable-optimization 2>&1 | tee build.log + 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 -j1 --disable-optimization + cabal v2-test --disable-optimization windows: -- cgit v1.2.3