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

Commit 22b685f

Browse files
committed
add make build before test
1 parent 7affe32 commit 22b685f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
- uses: actions-rust-lang/setup-rust-toolchain@v1
3333
with:
3434
target: wasm32-unknown-unknown
35-
- run: |
36-
cargo install wasm-bindgen-cli
37-
make test
35+
- run: cargo install wasm-bindgen-cli
36+
- run: make build
37+
- run: make test
3838

3939
release:
4040
if: ${{ github.event.inputs.tag != '' || startsWith(github.ref, 'refs/tags/v') }}

0 commit comments

Comments
 (0)