enable -e -o pipefail in MSYS tests

This commit is contained in:
nulano 2020-05-26 17:23:27 +02:00 committed by GitHub
parent d54fee9863
commit adde693002
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -170,7 +170,7 @@ jobs:
defaults:
run:
shell: bash.exe --login "{0}"
shell: bash.exe --login -eo pipefail "{0}"
env:
MSYSTEM: ${{ matrix.mingw }}
CHERE_INVOKING: 1