Skip to content

Commit 2209c35

Browse files
committed
Disable Linux and Windows check in macOS testing
1 parent 61f0b61 commit 2209c35

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
name: Test
4242
uses: ./.github/workflows/swift_package_test.yml
4343
with:
44+
enable_linux_checks: false
45+
enable_windows_checks: false
4446
# macOS
4547
enable_macos_checks: true
4648
macos_build_command: |

0 commit comments

Comments
 (0)