;ci: fix missing changes for moved tests

This commit is contained in:
Simon Michael 2020-11-22 09:48:46 -08:00
parent 6847f0e6a8
commit 5eb69785e5
3 changed files with 3 additions and 3 deletions

View File

@ -213,7 +213,7 @@ 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 tests -x /_ -x /bin -x /addons COLUMNS=80 $stack exec -- shelltest --execdir -j16 hledger/test -x /_ -x /bin -x /addons
- name: Test haddock generation - name: Test haddock generation
env: env:

View File

@ -158,7 +158,7 @@ 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 tests -x /_ -x /bin -x /addons COLUMNS=80 $stack exec -- shelltest --execdir -j16 hledger/test -x /_ -x /bin -x /addons
# artifacts: # artifacts:

View File

@ -161,7 +161,7 @@ jobs:
# run hledger-lib/hledger functional tests, skipping the ones for addons # run hledger-lib/hledger functional tests, skipping the ones for addons
## - export PATH=~/.local/bin:$PATH ## - export PATH=~/.local/bin:$PATH
#- COLUMNS=80 stack exec -- shelltest --execdir -j16 tests -x /_ -x /bin -x /addons #- COLUMNS=80 stack exec -- shelltest --execdir -j16 hledger/test -x /_ -x /bin -x /addons
# artifacts: # artifacts: