Skip to content

Commit adde693

Browse files
authored
enable -e -o pipefail in MSYS tests
1 parent d54fee9 commit adde693

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-windows.yml

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

171171
defaults:
172172
run:
173-
shell: bash.exe --login "{0}"
173+
shell: bash.exe --login -eo pipefail "{0}"
174174
env:
175175
MSYSTEM: ${{ matrix.mingw }}
176176
CHERE_INVOKING: 1

0 commit comments

Comments
 (0)