Skip to content

Commit 67b1655

Browse files
authored
Merge branch 'master' into master
2 parents e91dcde + c54dd56 commit 67b1655

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.circleci/config.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,8 @@ jobs:
4343
command: |
4444
. venv/bin/activate
4545
REDIS_PORT=6379 coverage run test/test.py
46+
REDIS_PORT=6379 coverage run -a test/test_builder.py
4647
codecov
47-
48-
- run:
49-
name: run query builder tests
50-
command: |
51-
. venv/bin/activate
52-
REDIS_PORT=6379 python test/test_builder.py
5348
5449
- store_artifacts:
5550
path: test-reports

0 commit comments

Comments
 (0)