diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a595bed..5ff7e93 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -56,7 +56,4 @@ jobs: uv run pytest -sv ./tests/test_tools.py - name: Types tests run: | - uv run pytest -sv ./tests/test_types.py - - name: Utils tests - run: | - uv run pytest -sv ./tests/test_utils.py \ No newline at end of file + uv run pytest -sv ./tests/test_types.py \ No newline at end of file