Skip to content

Commit

Permalink
fix: run test
Browse files Browse the repository at this point in the history
  • Loading branch information
hpp2334 committed Mar 8, 2024
1 parent 13db0c2 commit 77c7b09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Generate codes
run: pnpm run generate
- name: Run tests
run: cargo test --verbose
run: pnpm run test
- name: Build APK
run: pnpm run build:apk
- name: Upload binaries to release
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"main": "index.js",
"scripts": {
"build:apk": "node ./scripts/build.js",
"generate": "node ./scripts/update_api.js"
"generate": "node ./scripts/update_api.js",
"test": "cd ./rust-libs && cargo test"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit 77c7b09

Please sign in to comment.