Skip to content

Commit 65c31b3

Browse files
Include CI Update
Originally proposed in #798 Co-Authored-By: Ashley Mannix <[email protected]>
1 parent 17673a1 commit 65c31b3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,11 @@ jobs:
133133
- name: Fast RNG
134134
run: wasm-pack test --node -- --features "js v4 fast-rng"
135135

136+
- name: +atomics
137+
env:
138+
RUSTFLAGS: '-C target-feature=+atomics'
139+
run: cargo check --target wasm32-unknown-unknown --features "$VERSION_FEATURES $DEP_FEATURES js"
140+
136141
- name: rng-getrandom
137142
env:
138143
RUSTFLAGS: '--cfg getrandom_backend="wasm_js"'

0 commit comments

Comments
 (0)