diff --git a/test b/test index 50e09733a..ed5a0cf03 100755 --- a/test +++ b/test @@ -120,15 +120,14 @@ function test_podspec { echo "Gathering CocoaPods installation information..." run bundle exec pod --version echo "Linting podspec..." - # Note: remove `--allow-warnings` once old Matcher API has been removed - run bundle exec pod lib lint Nimble.podspec + run bundle exec pod lib lint Nimble.podspec --skip-import-validation --verbose } function test_carthage { echo "Gathering Carthage installation information..." run carthage version echo "Verifying that Carthage artifacts build" - run carthage build archive --use-xcframeworks + run carthage build archive --use-xcframeworks --verbose } function test_swiftpm {