Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .github/workflows/cat-test-examples.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: CAT

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:

jobs:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,7 @@ jobs:
run: uv sync --all-extras --dev

- name: Run unit tests
run: uv run mypy src && uv run pytest
run: uv run pytest

- name: Type check Python code
run: uv run mypy src