ci: run tests with ci flags

This commit is contained in:
Evan You 2019-08-24 22:50:29 -04:00
parent b15569d03b
commit 8511237ed9

View File

@ -22,4 +22,4 @@ jobs:
- ~/.cache/yarn - ~/.cache/yarn
key: v1-dependencies-{{ checksum "yarn.lock" }} key: v1-dependencies-{{ checksum "yarn.lock" }}
- run: yarn test - run: yarn test --ci --runInBand