From a4cd0d535d106480999bc5bfdd5083eb2c333c3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Mockers?= Date: Tue, 2 Sep 2025 19:12:50 +0200 Subject: [PATCH] re-enable wasm32 atomics CI check --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 95b8e75ed0bb1..80775fc5c7fca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -265,7 +265,6 @@ jobs: run: cargo check --target wasm32-unknown-unknown build-wasm-atomics: - if: ${{ false }} # Disabled temporarily due to https://github.com/rust-lang/rust/issues/145101 runs-on: ubuntu-latest timeout-minutes: 30 needs: build