Skip to content

Commit cd6958a

Browse files
authored
re-enable wasm32 atomics CI check (#20832)
# Objective - It was disabled in #20462 due to rust-lang/rust#145101 - Rust issue was fixed by rust-lang/rust#145096 ## Solution - Re-enable the job in CI
1 parent f4de1ad commit cd6958a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,6 @@ jobs:
265265
run: cargo check --target wasm32-unknown-unknown
266266

267267
build-wasm-atomics:
268-
if: ${{ false }} # Disabled temporarily due to https://github.com/rust-lang/rust/issues/145101
269268
runs-on: ubuntu-latest
270269
timeout-minutes: 30
271270
needs: build

0 commit comments

Comments
 (0)