Skip to content

Commit f6ce64a

Browse files
authored
Add enable_wasm_sdk_build: true to pull_request.yml (#261)
1 parent 0e939e7 commit f6ce64a

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)