Skip to content

Commit

Permalink
try disabling verbose logs during tests on circle, does it speed them…
Browse files Browse the repository at this point in the history
… up?
  • Loading branch information
snarfed committed Jul 15, 2023
1 parent 4b66e68 commit df9d561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -43,7 +43,7 @@ jobs:
command: |
CLOUDSDK_CORE_PROJECT=bridgy-federated gcloud beta emulators datastore start --no-store-on-disk --use-firestore-in-datastore-mode --host-port=localhost:8089 < /dev/null >& /dev/null &
sleep 5s
python -m coverage run --source=. --omit=appengine_config.py,logs.py,tests/\* -m unittest discover -v
python -m coverage run --source=. --omit=appengine_config.py,logs.py,tests/\* -m unittest discover
python -m coverage html -d /tmp/coverage_html
if [ "$COVERALLS_REPO_TOKEN" != "" ]; then coveralls || true; fi
Expand Down

0 comments on commit df9d561

Please sign in to comment.