Skip to content

Commit 2ddadab

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 2ddadab

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,13 @@ 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: true
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+
25+
# TODO: Fix swift embedded compilation: https://github.com/PassiveLogic/swift-dispatch-async/issues/4
26+
enable_embedded_wasm_sdk_build: false
2327

2428
wasm-sdk:
2529
name: WebAssembly SDK

0 commit comments

Comments
 (0)