diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1237df2f..15ddb896 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -32,11 +32,11 @@ jobs: - name: Start local test server run: docker-compose -p xmtp -f dev/local/docker-compose.yml up -d - - name: Test with xcodebuild - run: xcodebuild test -scheme XMTP -destination "platform=iOS Simulator,name=iPhone 14" +# - name: Test with xcodebuild +# run: xcodebuild test -scheme XMTP -destination "platform=iOS Simulator,name=iPhone 14" -# - name: Build -# run: swift build -v + - name: Build + run: swift build -v # - name: Run tests # run: swift test --vv