mirror of
https://github.com/qingchencloud/clawpanel.git
synced 2026-08-07 14:43:43 +08:00
docs: expand v0.16.0 changelog; fix kernel unit test
- Align buildSnapshot.isLatest test with KERNEL_TARGET 2026.5.12 - Document full v0.15.3→0.16.0 feature and fix set in CHANGELOG - Fill latest.json changelog summary; sync README highlights - Run node --test in CI to prevent regression Co-authored-by: 晴天 <1186258278@users.noreply.github.com>
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -85,6 +85,10 @@ jobs:
|
||||
working-directory: src-tauri
|
||||
run: cargo clippy --all-targets -- -D warnings
|
||||
|
||||
# 前端单元测试
|
||||
- name: 前端单元测试
|
||||
run: node --test tests/*.test.js
|
||||
|
||||
# 前端构建验证
|
||||
- name: 前端构建验证
|
||||
run: npm run build
|
||||
|
||||
Reference in New Issue
Block a user