From 27f938f86216b7f8af78244fdfc3b220fbf60e08 Mon Sep 17 00:00:00 2001 From: James Tocknell Date: Sat, 13 Aug 2022 18:38:12 +1000 Subject: [PATCH] Run slow tests in CI --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e0eec59..155f925 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -83,7 +83,7 @@ orbs: steps: - run: no_output_timeout: 1.5h - command: tox -e <> <> + command: DS_RUN_SLOW_TESTS=true tox -e <> <> tox_post: steps: