Skip to content

Commit

Permalink
fix: build pkg from wasm before testing
Browse files Browse the repository at this point in the history
  • Loading branch information
DimiDumo committed Oct 22, 2024
1 parent c9bcbbb commit 6cc510d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- name: Test Rust binary
run: cargo test --release

- name: Build pkg from WASM
run: wasm-pack build --target web

- name: Install bun
uses: oven-sh/setup-bun@v1
with:
Expand Down

0 comments on commit 6cc510d

Please sign in to comment.