Skip to content

Commit

Permalink
Include CI Update
Browse files Browse the repository at this point in the history
Originally proposed in #798

Co-Authored-By: Ashley Mannix <kodraus@hey.com>
  • Loading branch information
bushrat011899 and KodrAus committed Feb 5, 2025
1 parent 17673a1 commit 65c31b3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"'
Expand Down

0 comments on commit 65c31b3

Please sign in to comment.