From 65c31b37091ce3e6a2321951f5bcdebbd6edbcbb Mon Sep 17 00:00:00 2001 From: Zac Harrold Date: Wed, 5 Feb 2025 15:46:59 +1100 Subject: [PATCH] Include CI Update Originally proposed in #798 Co-Authored-By: Ashley Mannix --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f3ff5428..92670770 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -133,6 +133,11 @@ jobs: - name: Fast RNG run: wasm-pack test --node -- --features "js v4 fast-rng" + - name: +atomics + env: + RUSTFLAGS: '-C target-feature=+atomics' + run: cargo check --target wasm32-unknown-unknown --features "$VERSION_FEATURES $DEP_FEATURES js" + - name: rng-getrandom env: RUSTFLAGS: '--cfg getrandom_backend="wasm_js"'