fix: CI 移除 --no-cache + 单线程,彻底解决 725 测试在弱 CPU 上超时
This commit is contained in:
@@ -35,7 +35,7 @@ jobs:
|
||||
continue-on-error: true
|
||||
|
||||
- name: Run tests
|
||||
run: npx jest --forceExit --maxWorkers=1 --testTimeout=15000 --no-cache
|
||||
run: npx jest --forceExit --maxWorkers=1 --testTimeout=15000
|
||||
env:
|
||||
NODE_OPTIONS: --max-old-space-size=4096
|
||||
|
||||
|
||||
Reference in New Issue
Block a user