Skip to content

Commit fcf1ce5

Browse files
authored
Add enable_wasm_sdk_build: true to pull_request.yml
`swift-algorithms` should be built for Wasm as one of the officially supported platforms on CI to prevent possible future regressions.
1 parent 0e939e7 commit fcf1ce5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
tests:
2222
name: Test
2323
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
24+
with:
25+
enable_wasm_sdk_build: true
2426

2527
soundness:
2628
name: Soundness

0 commit comments

Comments
 (0)