Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto committed Oct 18, 2023
1 parent f770285 commit 398d118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ swiftFormat:
swiftformat . --swiftversion 5.3

test:
set -o pipefail && xcodebuild test-without-building -project PostHog.xcodeproj -scheme PostHogTests -destination 'platform=iOS Simulator,name=iPhone 14,OS=16.2' | xcpretty
set -o pipefail && xcodebuild test -project PostHog.xcodeproj -scheme PostHogTests -destination 'platform=iOS Simulator,name=iPhone 14,OS=16.2' | xcpretty

lint:
swiftformat . --lint --swiftversion 5.3 && swiftlint

0 comments on commit 398d118

Please sign in to comment.