From 0f83ee774bca67141de87533f5c3c87387e0a6f0 Mon Sep 17 00:00:00 2001 From: Manoel Aranda Neto Date: Wed, 18 Oct 2023 17:50:50 +0200 Subject: [PATCH] fix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3ddbf4c48..0a2a25dea 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ swiftFormat: swiftformat . --swiftversion 5.3 test: - set -o pipefail && xcodebuild test -project PostHog.xcodeproj -scheme PostHogTests -destination 'platform=iOS Simulator,name=iPhone 14,OS=16.2' | xcpretty + set -o pipefail && xcodebuild test -configuration Debug -project PostHog.xcodeproj -scheme PostHogTests -destination 'platform=iOS Simulator,name=iPhone 14,OS=16.2' | xcpretty lint: swiftformat . --lint --swiftversion 5.3 && swiftlint