Skip to content

Commit

Permalink
Fastfile: Run tests with BUILD_LIBRARY_FOR_DISTRIBUTION.
Browse files Browse the repository at this point in the history
  • Loading branch information
byohay committed Jan 10, 2022
1 parent 6e301dd commit a4ea8db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ lane :test do
sh "rm -rf ../#{DERIVED_DATA_PATH}"

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

desc "Lint Swift files"
Expand Down

0 comments on commit a4ea8db

Please sign in to comment.