diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ca26b5c..6333169 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,4 +10,7 @@ jobs: - name: Set Environment run: sudo xcrun xcode-select -s /Applications/Xcode_13.2.1.app - name: Test - run: xcrun xcodebuild test -project Secretive.xcodeproj -scheme Secretive + run: | + pushd Sources/Packages + swift test + popd