diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bc8477be4..70128ac59 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,4 +25,3 @@ jobs: with: files: | Nimble.xcframework.zip - Nimble.framework.zip diff --git a/test b/test index 21729dbd8..97779c98a 100755 --- a/test +++ b/test @@ -127,7 +127,7 @@ function test_carthage { echo "Gathering Carthage installation information..." run carthage version echo "Verifying that Carthage artifacts build" - run carthage build --archive --use-xcframeworks --verbose + run carthage build --no-skip-current --use-xcframeworks --verbose } function test_swiftpm {