Update On Mon Nov 4 19:36:06 CET 2024

This commit is contained in:
github-action[bot]
2024-11-04 19:36:07 +01:00
parent 1431af3b42
commit c581bcf071
188 changed files with 4337 additions and 2013 deletions

View File

@@ -84,6 +84,8 @@ jobs:
- name: Prepare fronend
run: pnpm -r build # Build frontend
env:
NODE_OPTIONS: "--max_old_space_size=4096"
- name: Prepare sidecar and resources
run: pnpm check
- name: Lint
@@ -92,7 +94,8 @@ jobs:
- name: Lint
if: startsWith(matrix.targets.os, 'ubuntu-') == false
run: pnpm run-p lint:clippy lint:rustfmt # Lint
env:
NODE_OPTIONS: "--max_old_space_size=4096"
# 以后完善了新的测试套件后再添加
# test_unit: