diff --git a/.github/workflows/python-tests.yaml b/.github/workflows/python-tests.yaml index 27ec69393664..197843121802 100644 --- a/.github/workflows/python-tests.yaml +++ b/.github/workflows/python-tests.yaml @@ -73,7 +73,7 @@ jobs: - database: "sqlite" test-type: name: Client Tests - modules: tests/ --ignore=tests/server/ --ignore=tests/events/server --ignore=tests/test_task_runners.py --ignore=tests/runner --ignore=tests/workers + modules: tests/ --ignore=tests/typesafety --ignore=tests/server/ --ignore=tests/events/server --ignore=tests/test_task_runners.py --ignore=tests/runner --ignore=tests/workers - database: "sqlite" test-type: name: Runner and Worker Tests