mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-09 21:22:26 +03:00
;ci: really run bin/ compilation tests with GHC 8.2 CI (#1453)
This commit is contained in:
parent
fef0e3a3bf
commit
22ce25227b
5
.github/workflows/linux.yml
vendored
5
.github/workflows/linux.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user