From 32ff5a7e1023e7333f3c59e59c51bd6422a57d3c Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Mon, 13 Apr 2020 19:18:49 -0700 Subject: [PATCH] devops(circleci): properly run all tests --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 259804b77a..3efd1bb3ef 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,4 +19,6 @@ jobs: - run: command: | - xvfb-run --auto-servernum npm run test + xvfb-run --auto-servernum npm run ctest + xvfb-run --auto-servernum npm run wtest + xvfb-run --auto-servernum npm run ftest