From 22ce25227bc99fcfe9e8c4c713f467866cdefb31 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 12 Jan 2021 13:50:40 -0800 Subject: [PATCH] ;ci: really run bin/ compilation tests with GHC 8.2 CI (#1453) --- .github/workflows/linux.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 92fe1d80a..9ffc609e8 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -216,8 +216,9 @@ jobs: stack: ${{ matrix.plan.stack }} run: | export PATH=~/.local/bin:$PATH - COLUMNS=80 $stack exec -- shelltest --execdir -j16 hledger/test bin/_scripts8.2.test -x /_ -x /addons - # XXX run only the bin/ func tests corresponding to the GHC version enabled above, for now + COLUMNS=80 $stack exec -- shelltest --execdir -j16 hledger/test -x /_ -x /addons + # XXX run the bin/ func tests corresponding to the GHC version enabled above, only, for now + COLUMNS=80 $stack exec -- shelltest --execdir -j16 bin/_scripts8.2.test - name: Test haddock generation env: