Skip to content

Commit

Permalink
run caching tests only
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanFauble committed Oct 25, 2023
1 parent 4852cfe commit 5a91185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5a91185

Please sign in to comment.