diff --git a/.circleci/config.yml b/.circleci/config.yml index 5c403c4..7abf44f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -17,7 +17,7 @@ jobs: - run: name: Run tests command: | - npm run test:linux + npm run test:linux -- -r list # - deploy: # name: Push to docker # command: |