From 5eb69785e55e327f8496a9ea31f4d58965761206 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 22 Nov 2020 09:48:46 -0800 Subject: [PATCH] ;ci: fix missing changes for moved tests --- .github/workflows/linux.yml | 2 +- .github/workflows/mac.yml | 2 +- .github/workflows/windows.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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: