Skip to content
Prev Previous commit
Next Next commit
fix: SwiftPM plugins
Test failures reporting on CI
  • Loading branch information
martinpucik committed Jul 31, 2022
commit f82555b2dc01d92a79c2c74e435a601de12c5ff6
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

test:
@echo "Running MessageKit tests."
@xcodebuild test -scheme MessageKit -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone 11" | xcpretty -c
@set -o pipefail && xcodebuild test -scheme MessageKit -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone 11" | xcpretty -c

framework:
@echo "Building MessageKit Framework."
Expand Down