ci: limit Turbo's concurrency and increase verbosity
Some checks failed
CI / Build and Test (pull_request) Successful in 5m54s
Integration Tests / Emigrate MySQL integration tests (pull_request) Failing after 2m36s

This commit is contained in:
Joakim Carlstein 2025-05-06 08:47:00 +02:00
parent 52844d7a09
commit e99ccbcd24

View file

@ -33,4 +33,4 @@ jobs:
run: pnpm install run: pnpm install
- name: Checks - name: Checks
run: pnpm checks run: pnpm checks --concurrency=1 --cache-workers=1 --verbosity=2