🚨 Fail CI task if tests fail

This commit is contained in:
Chris Araman 2021-05-12 12:16:25 -07:00
parent 3b7c9a47bd
commit 15ffe067a0
No known key found for this signature in database
GPG key ID: BB4499D9E11B61E0

View file

@ -7,4 +7,4 @@
#
echo "==> ✅ Testing"
swift test 2>&1 | xcpretty
set -o pipefail && swift test 2>&1 | xcpretty