File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -272,8 +272,8 @@ jobs:
272272 RUSTFLAGS : -Dwarnings --cfg getrandom_backend="wasm_js" --cfg getrandom_browser_test
273273 run : wasm-pack test --headless --safari
274274
275- wasm64-tests :
276- name : wasm64 Build/Link
275+ wasm64-build :
276+ name : Wasm64 Build
277277 runs-on : ubuntu-22.04
278278 steps :
279279 - uses : actions/checkout@v4
@@ -283,7 +283,7 @@ jobs:
283283 - uses : Swatinem/rust-cache@v2
284284 - name : Build and Link tests (build-std)
285285 env :
286- RUSTFLAGS : -Dwarnings --cfg getrandom_backend="wasm_js" --cfg getrandom_browser_test
286+ RUSTFLAGS : -Dwarnings --cfg getrandom_backend="wasm_js"
287287 # This target is Tier 3, so we have to build libstd ourselves.
288288 # We currently cannot run these tests because wasm-bindgen-test-runner
289289 # does not yet support memory64.
You can’t perform that action at this time.
0 commit comments