From fcf1ce5cce089a588ebceecfdd2812d76fcdd222 Mon Sep 17 00:00:00 2001 From: Max Desiatov Date: Mon, 1 Sep 2025 16:46:58 +0100 Subject: [PATCH] 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. --- .github/workflows/pull_request.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 2ccdbcd1..f284a765 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -21,6 +21,8 @@ jobs: tests: name: Test uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main + with: + enable_wasm_sdk_build: true soundness: name: Soundness