We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3796a32 commit d2dcd9dCopy full SHA for d2dcd9d
.github/workflows/ci.yml
@@ -59,3 +59,13 @@ jobs:
59
uses: codecov/codecov-action@v4
60
with:
61
file: info.lcov
62
+
63
+ windows:
64
+ runs-on: windows-latest
65
+ steps:
66
+ - uses: compnerd/gha-setup-swift@main
67
+ with:
68
+ branch: swift-5.10-release
69
+ tag: 5.10-RELEASE
70
+ - uses: actions/checkout@v2
71
+ - run: swift test
Tests/JMESPathTests/ComplianceTests.swift
@@ -10,7 +10,7 @@ import XCTest
10
11
@testable import JMESPath
12
13
-#if os(Linux)
+#if os(Linux) || os(Windows)
14
import FoundationNetworking
15
#endif
16
0 commit comments