Skip to content

Commit 2d853ed

Browse files
authored
Update ci.yml
1 parent fdacefc commit 2d853ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ jobs:
153153

154154
- run: make rust-benchmark
155155

156-
emscripten:
157-
name: build on emscripten
156+
build_wasm_emscripten:
157+
name: build wasm emscripten
158158
# only run on push to main and on release
159159
if: "success() && (startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/main')"
160160
needs: [test, lint]

0 commit comments

Comments
 (0)