From 8fd931e2179007059aaa7d11834af625d00a5b69 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Wed, 15 Mar 2023 14:16:13 -0400 Subject: [PATCH] Added ci workflows --- Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 741da24..c2831a3 100644 --- a/Makefile +++ b/Makefile @@ -31,13 +31,7 @@ test-linux: swift test test-library: - for platform in "$(PLATFORM_MACOS)"; do \ - xcodebuild test \ - -configuration $(CONFIG) \ - -workspace .swiftpm/xcode/package.xcworkspace \ - -scheme swift-cli-version-Package \ - -destination platform="$$platform" || exit 1; \ - done; + swift test -c $(CONFIG) update-version: swift package \