diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index e445c1a4c..75c2e20f2 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -213,7 +213,7 @@ jobs: stack: ${{ matrix.plan.stack }} run: | 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 env: diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index 103a669b1..842f533be 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -158,7 +158,7 @@ jobs: stack: ${{ matrix.plan.stack }} run: | 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: diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 60d8aceb7..f06d07f0c 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -161,7 +161,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 /_ -x /bin -x /addons + #- COLUMNS=80 stack exec -- shelltest --execdir -j16 hledger/test -x /_ -x /bin -x /addons # artifacts: