Skip to content

Commit

Permalink
revert testing windows
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaker6 committed Sep 2, 2024
1 parent c3bb186 commit 6651033
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
tag: 5.10.1-RELEASE
- name: Build
run: |
swift test --enable-test-discovery --enable-code-coverage -v
swift build --enable-test-discovery --enable-code-coverage -v
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
Expand Down
3 changes: 1 addition & 2 deletions Tests/ParseSwiftTests/ParseInstallationCombineTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Created by Corey Baker on 1/30/21.
// Copyright © 2021 Network Reconnaissance Lab. All rights reserved.
//
#if !os(Windows)

#if canImport(Combine)

import Foundation
Expand Down Expand Up @@ -1091,4 +1091,3 @@ class ParseInstallationCombineTests: XCTestCase { // swiftlint:disable:this type
}

#endif
#endif
2 changes: 0 additions & 2 deletions Tests/ParseSwiftTests/ParseInstallationTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
// Copyright © 2020 Network Reconnaissance Lab. All rights reserved.
//

#if !os(Windows)
import Foundation
#if canImport(FoundationNetworking)
import FoundationNetworking
Expand Down Expand Up @@ -1849,4 +1848,3 @@ class ParseInstallationTests: XCTestCase { // swiftlint:disable:this type_body_l
try await installation.delete(options: [.usePrimaryKey])
}
}
#endif
3 changes: 0 additions & 3 deletions Tests/ParseSwiftTests/ParseObjectCustomObjectIdTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1800,7 +1800,6 @@ class ParseObjectCustomObjectIdTests: XCTestCase { // swiftlint:disable:this typ
#endif
}

#if !os(Windows)
func testInstallationSave() async throws {
var installation = Installation()
installation.objectId = "yarr"
Expand Down Expand Up @@ -2481,8 +2480,6 @@ class ParseObjectCustomObjectIdTests: XCTestCase { // swiftlint:disable:this typ
#endif
}

#endif

func testFetch() async throws {
var score = GameScore(points: 10)
let objectId = "yarr"
Expand Down

0 comments on commit 6651033

Please sign in to comment.