Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,8 @@ jobs:
command: |
. venv/bin/activate
REDIS_PORT=6379 coverage run test/test.py
REDIS_PORT=6379 coverage run -a test/test_builder.py
codecov

- run:
name: run query builder tests
command: |
. venv/bin/activate
REDIS_PORT=6379 python test/test_builder.py

- store_artifacts:
path: test-reports
Expand Down