From: Evan You Date: Sun, 25 Aug 2019 02:50:29 +0000 (-0400) Subject: ci: run tests with ci flags X-Git-Tag: v3.0.0-alpha.0~884 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8511237ed9ef462c1efa916157e186b8f6d833cb;p=thirdparty%2Fvuejs%2Fcore.git ci: run tests with ci flags --- diff --git a/.circleci/config.yml b/.circleci/config.yml index 69168c0d5b..12eb920164 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -22,4 +22,4 @@ jobs: - ~/.cache/yarn key: v1-dependencies-{{ checksum "yarn.lock" }} - - run: yarn test + - run: yarn test --ci --runInBand