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 287cf32 commit fbec096Copy full SHA for fbec096
.github/workflows/pull_request.yml
@@ -12,6 +12,9 @@ jobs:
12
linux_build_command: "swift build"
13
linux_exclude_swift_versions: '[{"swift_version": "5.8"}]'
14
windows_build_command: "swift build"
15
+ macos_build_command: "xcrun swift build"
16
+ enable_macos_checks: true
17
+
18
soundness:
19
name: Soundness
20
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
0 commit comments