;ci: use shelltestrunner 1.11

This commit is contained in:
Simon Michael 2025-11-18 07:36:00 -10:00
parent dc60fcb2f7
commit 1ff8098934
3 changed files with 4 additions and 4 deletions

View File

@ -111,7 +111,7 @@ jobs:
# - name: Install shelltestrunner
## - export PATH=~/.local/bin:$PATH
# - if [[ ! -x ~/.local/bin/shelltest ]]; then stack install shelltestrunner-1.10; fi
# - if [[ ! -x ~/.local/bin/shelltest ]]; then stack install shelltestrunner-1.11; fi
# - shelltest --version
# run hledger-lib/hledger functional tests, skipping the ones for addons

View File

@ -328,7 +328,7 @@ jobs:
- name: Install shelltestrunner
run: |
export PATH=~/.local/bin:$PATH
if [[ ! -x ~/.local/bin/shelltest ]]; then $stack install shelltestrunner-1.10; fi
if [[ ! -x ~/.local/bin/shelltest ]]; then $stack install shelltestrunner-1.11; fi
shelltest --version
if: env.do-all

View File

@ -136,14 +136,14 @@ jobs:
run: |
$stack install --test --bench hledger-web --fast --ghc-options=-Werror
# XXX disable until this is fixed: shelltestrunner-1.10/src/shelltest.hs:125:20: error:
# XXX disable until this is fixed: shelltestrunner-1.11/src/shelltest.hs:125:20: error:
# shelltestrunner > Not in scope: configFailFast
# shelltestrunner > Perhaps you meant configFastFail (imported from Test.Hspec.Core.Runner)
# - name: Install shelltestrunner
# run: |
# export PATH=~/.local/bin:$PATH
# if [[ ! -x ~/.local/bin/shelltest ]]; then $stack install shelltestrunner-1.10; fi
# if [[ ! -x ~/.local/bin/shelltest ]]; then $stack install shelltestrunner-1.11; fi
# shelltest --version
# - name: Test functional tests (excluding addons)