diff --git a/circle.yml b/circle.yml index b100177..ef7e3e0 100644 --- a/circle.yml +++ b/circle.yml @@ -12,7 +12,6 @@ dependencies: - ~/.cache/yarn test: pre: - - yarn format-check - yarn flow override: - yarn test -- --runInBand # Jest overloads our poor container when it tries to parallelise tests, and they all fail.