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 5da6565 commit 9805b8dCopy full SHA for 9805b8d
.github/workflows/pull_request.yml
@@ -23,6 +23,15 @@ jobs:
23
enable_windows_checks: false
24
swift_flags: --package-path AudioWorkstation/ServerHost
25
26
+ webgpu-demo:
27
+ name: Build WebGPU Demo
28
+ uses: MaxDesiatov/github-workflows/.github/workflows/swift_package_test.yml@patch-1
29
+ with:
30
+ enable_embedded_wasm_sdk_build: true
31
+ enable_linux_checks: false
32
+ enable_windows_checks: false
33
+ swift_flags: --package-path WebGPUDemo
34
+
35
soundness:
36
name: Soundness
37
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
0 commit comments