Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto committed Oct 18, 2023
1 parent 7d4080f commit 0f83ee7
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 -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

0 comments on commit 0f83ee7

Please sign in to comment.