Skip to content

Commit

Permalink
Build without npm for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Jun 20, 2024
1 parent ed9a7c3 commit f97f1b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
run: |
cargo install [email protected]
npm i
npm run build:happ
cargo build --release --target wasm32-unknown-unknown
hc app pack workdir --recursive
# Tests are independent but sweettest is so resource hungry that they run slower in parallel.
cargo test -- --test-threads=1
cargo test --release -- --test-threads=1

0 comments on commit f97f1b4

Please sign in to comment.