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 5b5c1f6 commit be0b59dCopy full SHA for be0b59d
.github/workflows/pull_request.yml
@@ -12,6 +12,17 @@ jobs:
12
linux_build_command: "cd AudioWorkstation/Guest && ./build.sh"
13
linux_exclude_swift_versions: '[{"swift_version": "5.9"}, {"swift_version": "5.10"}]'
14
enable_windows_checks: false
15
+
16
+ wasm-sdk:
17
+ name: WebAssembly Swift SDK
18
+ uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
19
+ with:
20
+ enable_wasm_sdk_build: true
21
+ enable_linux_checks: false
22
+ enable_windows_checks: false
23
+ swift_flags: --package-path AudioWorkstation/Guest --product Plotter
24
+ swift_nightly_flags: --package-path AudioWorkstation/Guest --product Plotter
25
26
soundness:
27
name: Soundness
28
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
0 commit comments