Skip to content

Commit c102fc5

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 c102fc5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,15 @@ jobs:
1717
name: tests
1818
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
1919
with:
20+
# Runners aren't set up for this currently in GitHub/PassiveLogic
2021
enable_macos_checks: false
22+
2123
linux_exclude_swift_versions: "[{\"swift_version\": \"5.9\"}, {\"swift_version\": \"5.10\"}, {\"swift_version\": \"5.10.1\"}, {\"swift_version\": \"6.0\"}]"
2224
enable_windows_checks: false
25+
enable_wasm_sdk_build: true
26+
27+
# TODO: Fix swift embedded, see https://github.com/PassiveLogic/swift-dispatch-async/issues/4
28+
enable_embedded_wasm_sdk_build: false
2329

2430
wasm-sdk:
2531
name: WebAssembly SDK

0 commit comments

Comments
 (0)