Skip to content

Commit f300416

Browse files
committed
workflows: Disable tests on Windows
Requires NIO support on Windows
1 parent f41c60a commit f300416

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
1111
with:
1212
linux_pre_build_command: apt-get update && apt-get install -y locales locales-all libsqlite3-dev
13+
enable_windows_checks: false
1314
soundness:
1415
name: Soundness
1516
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main

0 commit comments

Comments
 (0)