mirror of
https://github.com/datahaven-xyz/datahaven
synced 2026-05-24 01:38:32 +00:00
fix: 🔨 Don't run Moonwall tests in parallel (#316)
This commit is contained in:
parent
077cc9ed29
commit
0fa701f900
1 changed files with 1 additions and 1 deletions
|
|
@ -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"],
|
||||
|
|
|
|||
Loading…
Reference in a new issue