diff --git a/.circleci/config.yml b/.circleci/config.yml index b7c2d435..7c140f75 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -151,7 +151,8 @@ jobs: name: run tests command: | cd tests - TEST_FILES=$(find -name "test_*.py" -not -name "test_functional.py" | sed 's/.\///' | circleci tests split --split-by=timings) + TEST_FILES=$(find -name "test_*.py" -not -name "test_functional.py" | sed 's/.\//tests\//' | circleci tests split --split-by=timings) + cd .. pytest -n 2 $TEST_ARGS $TEST_FILES - bitcart/codecov