Skip to content

Commit a4ea8db

Browse files
committed
Fastfile: Run tests with BUILD_LIBRARY_FOR_DISTRIBUTION.
1 parent 6e301dd commit a4ea8db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ lane :test do
1313
sh "rm -rf ../#{DERIVED_DATA_PATH}"
1414

1515
UI.message "Testing"
16-
scan(scheme: "JOSESwift", derived_data_path: DERIVED_DATA_PATH, clean: true, output_directory: "#{TEST_OUTPUT}/xctest/")
16+
scan(scheme: "JOSESwift", derived_data_path: DERIVED_DATA_PATH, clean: true, output_directory: "#{TEST_OUTPUT}/xctest/", xcargs: "BUILD_LIBRARY_FOR_DISTRIBUTION=YES")
1717
end
1818

1919
desc "Lint Swift files"

0 commit comments

Comments
 (0)