ci: run tests sequentially to prevent mock.module pollution

This commit is contained in:
justsisyphus
2026-01-28 14:59:26 +09:00
parent fbb4d46945
commit 19524c8a27

View File

@@ -45,7 +45,7 @@ jobs:
BUN_INSTALL_ALLOW_SCRIPTS: "@ast-grep/napi" BUN_INSTALL_ALLOW_SCRIPTS: "@ast-grep/napi"
- name: Run tests - name: Run tests
run: bun test run: bun test --max-concurrency 1
typecheck: typecheck:
runs-on: ubuntu-latest runs-on: ubuntu-latest