Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MrNaif2018 committed Dec 24, 2024
1 parent 5a1d883 commit 70d7190
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 70d7190

Please sign in to comment.