mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
tests: Fail OS-X test workflow on error in the build process
This sets `set -e` to ensure any errors in the test script are propagated upwards and noticed by the Github workflow. Prior to these changes failures in the build process of the tests would be ignored, and the success / failure would be determined purely by the return code of the `./problems` script.
This commit is contained in:
parent
e4987ea7e0
commit
19f183159e
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
set -x
|
||||
set -ex
|
||||
|
||||
brew install gnutls
|
||||
brew install cmake
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue