Skip to content

Commit 5132983

Browse files
committed
ci: use --max-concurrency=1 for sequential test execution
1 parent d38384d commit 5132983

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: bun run build:all:prod
4949

5050
- name: Run tests
51-
run: bun test test/bun-pty-mwe.test.ts && bun test test/integration.test.ts && bun test test/npm-pack-integration.test.ts && bun test test/npm-pack-structure.test.ts && bun test test/pty-echo.test.ts && bun test test/pty-integration.test.ts && bun test test/pty-tools.test.ts && bun test test/types.test.ts && bun test test/web-server.test.ts && bun test test/websocket.test.ts
51+
run: bun test --max-concurrency=1
5252

5353
dependency-review:
5454
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)