Skip to content

Commit 1ff8098

Browse files
committed
;ci: use shelltestrunner 1.11
1 parent dc60fcb commit 1ff8098

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/_binaries-windows-arm64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111

112112
# - name: Install shelltestrunner
113113
## - export PATH=~/.local/bin:$PATH
114-
# - if [[ ! -x ~/.local/bin/shelltest ]]; then stack install shelltestrunner-1.10; fi
114+
# - if [[ ! -x ~/.local/bin/shelltest ]]; then stack install shelltestrunner-1.11; fi
115115
# - shelltest --version
116116

117117
# run hledger-lib/hledger functional tests, skipping the ones for addons

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ jobs:
328328
- name: Install shelltestrunner
329329
run: |
330330
export PATH=~/.local/bin:$PATH
331-
if [[ ! -x ~/.local/bin/shelltest ]]; then $stack install shelltestrunner-1.10; fi
331+
if [[ ! -x ~/.local/bin/shelltest ]]; then $stack install shelltestrunner-1.11; fi
332332
shelltest --version
333333
if: env.do-all
334334

.github/workflows/oldest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,14 +136,14 @@ jobs:
136136
run: |
137137
$stack install --test --bench hledger-web --fast --ghc-options=-Werror
138138
139-
# XXX disable until this is fixed: shelltestrunner-1.10/src/shelltest.hs:125:20: error:
139+
# XXX disable until this is fixed: shelltestrunner-1.11/src/shelltest.hs:125:20: error:
140140
# shelltestrunner > Not in scope: ‘configFailFast’
141141
# shelltestrunner > Perhaps you meant ‘configFastFail’ (imported from Test.Hspec.Core.Runner)
142142

143143
# - name: Install shelltestrunner
144144
# run: |
145145
# export PATH=~/.local/bin:$PATH
146-
# if [[ ! -x ~/.local/bin/shelltest ]]; then $stack install shelltestrunner-1.10; fi
146+
# if [[ ! -x ~/.local/bin/shelltest ]]; then $stack install shelltestrunner-1.11; fi
147147
# shelltest --version
148148

149149
# - name: Test functional tests (excluding addons)

0 commit comments

Comments
 (0)