Skip to content

Commit 41e3c6e

Browse files
authored
chore: fix Makefile (#408)
1 parent 8844eb5 commit 41e3c6e

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ test-all: dot-env
2828
-skipMacroValidation \
2929
-workspace supabase-swift.xcworkspace \
3030
-scheme "$(SCHEME)" \
31-
-testPlan TestPlans/AllTests \
31+
-testPlan AllTests \
3232
-destination platform="$(PLATFORM)" | xcpretty
3333

3434
test-library: dot-env
@@ -46,7 +46,7 @@ test-integration: dot-env
4646
-skipMacroValidation \
4747
-workspace supabase-swift.xcworkspace \
4848
-scheme Supabase \
49-
-testPlan TestPlans/IntegrationTests \
49+
-testPlan IntegrationTests \
5050
-destination platform="$(PLATFORM_IOS)" | xcpretty
5151

5252

supabase-swift.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 0 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)