Skip to content

Commit

Permalink
ci: run tests with ci flags
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Aug 25, 2019
1 parent b15569d commit 8511237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
- ~/.cache/yarn
key: v1-dependencies-{{ checksum "yarn.lock" }}

- run: yarn test
- run: yarn test --ci --runInBand

0 comments on commit 8511237

Please sign in to comment.