Explorar o código

ci: run tests with ci flags

Evan You %!s(int64=6) %!d(string=hai) anos
pai
achega
8511237ed9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .circleci/config.yml

+ 1 - 1
.circleci/config.yml

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