From a25f429a3192bf6a888025da3604d8b834e33c63 Mon Sep 17 00:00:00 2001 From: Jake Petroules Date: Tue, 8 Jul 2025 12:36:35 -0700 Subject: [PATCH] Enable static Linux and WASM CI --- .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 65dfe57..49d8ded 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -16,6 +16,8 @@ jobs: macos_build_command: "xcrun swift build" macos_exclude_xcode_versions: '[{"xcode_version": "16.0"}, {"xcode_version": "16.1"}]' enable_macos_checks: true + enable_linux_static_sdk_build: true + enable_wasm_sdk_build: true soundness: name: Soundness