Skip to content

Commit

Permalink
run cluster tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
amirreza8002 committed Nov 16, 2024
1 parent f339460 commit 47af859
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ jobs:
poetry run invoke devenv
chmod +x ./util/wait-for-it.sh
./util/wait-for-it.sh localhost:6379
./util/wait-for-it.sh localhost:16380
./util/wait-for-it.sh localhost:16381
poetry run pytest tests/*.py --ds=tests.settings.sqlite -x
poetry run pytest tests/*.py --ds=tests.settings.sqlite_herd -x
Expand All @@ -102,6 +104,7 @@ jobs:
poetry run pytest tests/*.py --ds=tests.settings.sqlite_bz2 -x
poetry run pytest tests/tests_async/*.py --ds=tests.settings.sqlite_async -x
poetry run pytest tests/tests_async/*.py --ds=tests.settings.sqlite_async_herd -x
poetry run pytest tests/tests_cluster/*.py --ds=tests.settings.sqlite_cluster -x
# poetry run pytest tests/*.py --ds=tests.settings.sqlite_usock -x

env:
Expand Down

0 comments on commit 47af859

Please sign in to comment.