;ci: exclude underscore-disabled tests

This commit is contained in:
Simon Michael 2020-11-13 10:23:47 -08:00
parent c7e267e314
commit 5d42f1f198
4 changed files with 4 additions and 4 deletions

View File

@ -199,7 +199,7 @@ jobs:
stack: ${{ matrix.plan.stack }}
run: |
export PATH=~/.local/bin:$PATH
COLUMNS=80 $stack exec -- shelltest --execdir -j16 tests -x /bin -x /addons
COLUMNS=80 $stack exec -- shelltest --execdir -j16 tests -x /_ -x /bin -x /addons
- name: Test haddock generation
env:

View File

@ -151,7 +151,7 @@ jobs:
stack: ${{ matrix.plan.stack }}
run: |
export PATH=~/.local/bin:$PATH
COLUMNS=80 $stack exec -- shelltest --execdir -j16 tests -x /bin -x /addons
COLUMNS=80 $stack exec -- shelltest --execdir -j16 tests -x /_ -x /bin -x /addons
# artifacts:

View File

@ -144,4 +144,4 @@ jobs:
stack: ${{ matrix.plan.stack }}
run: |
export PATH=~/.local/bin:$PATH
COLUMNS=80 $stack exec -- shelltest --execdir -j16 tests -x /bin -x /addons
COLUMNS=80 $stack exec -- shelltest --execdir -j16 tests -x /_ -x /bin -x /addons

View File

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