diff --git a/script/test b/script/test index 34ed4eb..ff6e4d9 100755 --- a/script/test +++ b/script/test @@ -7,4 +7,4 @@ # echo "==> ✅ Testing" -swift test 2>&1 | xcpretty +set -o pipefail && swift test 2>&1 | xcpretty