mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-26 03:42:25 +03:00
;ci: exclude underscore-disabled tests
This commit is contained in:
parent
c7e267e314
commit
5d42f1f198
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
@ -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:
|
||||
|
2
.github/workflows/mac.yml
vendored
2
.github/workflows/mac.yml
vendored
@ -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:
|
||||
|
||||
|
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
@ -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
|
||||
|
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user