From 5a91185c35a650e1b07575a78f1d5e93b52f25d4 Mon Sep 17 00:00:00 2001 From: BryanFauble <17128019+BryanFauble@users.noreply.github.com> Date: Wed, 25 Oct 2023 13:31:58 -0700 Subject: [PATCH] run caching tests only --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a6b013b8e..b136371cd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -133,7 +133,7 @@ jobs: export EXTERNAL_S3_BUCKET_AWS_SECRET_ACCESS_KEY="${{secrets.EXTERNAL_S3_BUCKET_AWS_SECRET_ACCESS_KEY}}" # use loadscope to avoid issues running tests concurrently that share scoped fixtures - pytest -sv tests/integration -n auto --ignore=tests/integration/synapseclient/test_command_line_client.py --dist loadscope + pytest -sv tests/integration/synapseclient/core/test_caching.py -n auto --ignore=tests/integration/synapseclient/test_command_line_client.py --dist loadscope fi # enforce the code matches the Black code style lint: