Skip to content

Commit 3a017da

Browse files
committed
fix build
1 parent 340fc76 commit 3a017da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
name: run tests
4141
command: |
4242
. venv/bin/activate
43-
coverage run tests/test_rejson.py
43+
coverage run ./tests/test_rejson.py
4444
codecov
4545
4646
# - store_artifacts:

0 commit comments

Comments
 (0)