Skip to content

Commit 90bff89

Browse files
committed
ci: Enable native swift wasm and macos build tests. Note that swift embedded doesn't currently compile, which is tracked by #4.
1 parent 46fff1c commit 90bff89

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@ jobs:
1717
name: tests
1818
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
1919
with:
20-
enable_macos_checks: false
20+
enable_macos_checks: false # Runners aren't set up for this currently in GitHub/PassiveLogic
2121
linux_exclude_swift_versions: "[{\"swift_version\": \"5.9\"}, {\"swift_version\": \"5.10\"}, {\"swift_version\": \"5.10.1\"}, {\"swift_version\": \"6.0\"}]"
2222
enable_windows_checks: false
23+
enable_wasm_sdk_build: true
24+
enable_embedded_wasm_sdk_build: false # TODO: Fix swift embedded, see https://github.com/PassiveLogic/swift-dispatch-async/issues/4
2325

2426
wasm-sdk:
2527
name: WebAssembly SDK

0 commit comments

Comments
 (0)