Skip to content

Commit

Permalink
remove typing/unit tests for now to assess functional ones
Browse files Browse the repository at this point in the history
  • Loading branch information
mkniewallner committed Sep 12, 2024
1 parent 4d229ae commit b5a6eb8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,12 @@ jobs:
- name: Install Python dependencies
run: uv sync --frozen

- name: Check typing
run: uv run mypy
if: ${{ matrix.os.name == 'linux' }}

- name: Run unit tests
run: uv run pytest tests/unit --cov --cov-config=pyproject.toml --cov-report=xml
# - name: Check typing
# run: uv run mypy
# if: ${{ matrix.os.name == 'linux' }}
#
# - name: Run unit tests
# run: uv run pytest tests/unit --cov --cov-config=pyproject.toml --cov-report=xml

- name: Run functional tests
run: uv run pytest tests/functional -n auto --dist loadgroup
Expand Down

0 comments on commit b5a6eb8

Please sign in to comment.