mirror of
https://github.com/bolucat/Archive.git
synced 2025-12-24 13:28:37 +08:00
Update On Mon Nov 4 19:36:06 CET 2024
This commit is contained in:
5
clash-nyanpasu/.github/workflows/ci.yml
vendored
5
clash-nyanpasu/.github/workflows/ci.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user