We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cac6de9 commit 302b67cCopy full SHA for 302b67c
.circleci/config.yml
@@ -40,6 +40,12 @@ jobs:
40
. venv/bin/activate
41
REDIS_PORT=6379 coverage run test/test.py
42
codecov
43
+
44
+ - run:
45
+ name: run query builder tests
46
+ command: |
47
+ . venv/bin/activate
48
+ REDIS_PORT=6379 python test/test_builder.py
49
50
- store_artifacts:
51
path: test-reports
@@ -83,7 +89,7 @@ jobs:
83
89
name: run query builder tests
84
90
command: |
85
91
86
- python test/test.py
92
87
93
88
94
# no need for store_artifacts on nightly builds
95
0 commit comments