;ci: really run bin/ compilation tests with GHC 8.2 CI (#1453)

This commit is contained in:
Simon Michael 2021-01-12 13:50:40 -08:00
parent fef0e3a3bf
commit 22ce25227b

View File

@ -216,8 +216,9 @@ jobs:
stack: ${{ matrix.plan.stack }} stack: ${{ matrix.plan.stack }}
run: | run: |
export PATH=~/.local/bin:$PATH export PATH=~/.local/bin:$PATH
COLUMNS=80 $stack exec -- shelltest --execdir -j16 hledger/test bin/_scripts8.2.test -x /_ -x /addons COLUMNS=80 $stack exec -- shelltest --execdir -j16 hledger/test -x /_ -x /addons
# XXX run only the bin/ func tests corresponding to the GHC version enabled above, for now # 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 - name: Test haddock generation
env: env: