diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index bb163808f..5bb4b61c5 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -73,4 +73,4 @@ jobs: alert-threshold: 200% comment-on-alert: true fail-on-alert: false - alert-comment-cc-users: '@giovannipizzi,@agoscinski,@GeigerJ2' + alert-comment-cc-users: '@giovannipizzi,@agoscinski,@GeigerJ2,@khsrali,@unkcpz' diff --git a/tests/conftest.py b/tests/conftest.py index f110a09a1..fb6780d96 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -39,7 +39,7 @@ class TestDbBackend(Enum): - """Options for the '--db-backend' CLI argument""" + """Options for the '--db-backend' CLI argument when running pytest.""" SQLITE = 'sqlite' PSQL = 'psql'