build: run tests in serial for release
This commit is contained in:
parent
e42cb54394
commit
c017073f4c
@ -79,7 +79,7 @@ async function main() {
|
||||
step('\nRunning tests...')
|
||||
if (!skipTests && !isDryRun) {
|
||||
await run(bin('jest'), ['--clearCache'])
|
||||
await run('yarn', ['test'])
|
||||
await run('yarn', ['test', '--runInBand'])
|
||||
} else {
|
||||
console.log(`(skipped)`)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user