fix: 🔨 Don't run Moonwall tests in parallel (#316)

This commit is contained in:
Steve Degosserie 2025-11-22 01:07:54 +01:00 committed by GitHub
parent 077cc9ed29
commit 0fa701f900
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,7 @@
"testFileDir": ["datahaven/suites/dev"],
"include": ["**/*test*.ts"],
"timeout": 180000,
"multiThreads": 4,
"multiThreads": false,
"contracts": "datahaven/contracts/",
"runScripts": ["compile-contracts.sh compile"],
"envVars": ["DEBUG_COLORS=1"],