test: run tests with --runInBand by default

This ensures transition tests do not randomly fail due to CPU load
This commit is contained in:
Evan You
2020-07-01 16:18:39 -04:00
parent 2bdb5c1464
commit 359b4a30ca
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ jobs:
- *install_deps
- *save_cache
- run: yarn ls-lint
- run: yarn test --ci --runInBand
- run: yarn test --ci
test-dts:
<<: *defaults