diff --git a/run-tests.sh b/run-tests.sh index 5e029cdc237524c958ef1f7b259d0e6a66b3c808..c997bc19da51d0cb43b5c7a5e6cf06fa3c957dc7 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -6,6 +6,9 @@ xcodebuild -version if [ ! -n "$1" ]; then + echo "\n\033[1;32mâ–¶ Running package tests on macOS...\033[0m" + set -o pipefail && swift test 2>&1 | ./xcbeautify + echo "\n\033[1;32mâ–¶ Running package tests on iOS Simulator...\033[0m" set -o pipefail && xcodebuild -scheme 'elixxir-dapps-sdk-swift-Package' -sdk iphonesimulator -destination 'platform=iOS Simulator,OS=15.5,name=iPhone 13' test | ./xcbeautify