From 4470ccef5f5f80ba9813376e47ad6dc737e06b73 Mon Sep 17 00:00:00 2001 From: Yuxin Wu Date: Sat, 8 Jan 2022 14:41:52 -0800 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index ffb1625..aa15ef3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -11,6 +11,10 @@ jobs: - run: command: python -m pip install --use-feature=in-tree-build ./PythonAPI name: Install From Source + - run: + command: | + python tests/test_cases.py + name: Run Simple Test Cases build-from-sdist: executor: python/default