Skip to content
This repository was archived by the owner on Sep 19, 2025. It is now read-only.

Commit 10d2a86

Browse files
committed
fix: ci test
1 parent 9b7dd81 commit 10d2a86

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: denoland/setup-deno@v2
3030
with:
3131
deno-version: v2.x
32-
- run: make install
32+
- uses: actions-rust-lang/setup-rust-toolchain@v1
3333
- run: make test
3434

3535
release:
@@ -56,7 +56,6 @@ jobs:
5656
- uses: denoland/setup-deno@v2
5757
with:
5858
deno-version: v2.x
59-
- run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
6059
- run: cargo install cargo-zigbuild
6160
# https://github.com/rust-cross/cargo-zigbuild/issues/18#issuecomment-1076428026
6261
- name: macOS - Test build with SDKROOT

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build:
99
# wasm-opt -Os -o $(WASM_DIR)/pulsebeam_core.wasm $(WASM_DIR)/pulsebeam_core.wasm
1010
$(MAKE) -C $(JS) build WASM_PATH=$(WASM_PATH)
1111

12-
test:
12+
test: build
1313
$(MAKE) -C $(JS) test WASM_PATH=$(WASM_PATH)
1414

1515
publish:

0 commit comments

Comments
 (0)