Skip to content

Commit b6e41c1

Browse files
committed
ci: exclude integration tests from checks
- temporary until we have more time to setup ci
1 parent 108141d commit b6e41c1

5 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
with:
1919
cache: true
2020
- run: pdm install
21-
- run: pdm test
21+
- run: pdm run test:unit

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ distribution = true
4040

4141
[tool.pdm.scripts]
4242
test = "pytest"
43+
"test:unit" = "pytest tests/unit"
44+
"test:integration" = "pytest tests/integration"
4345
sort = "isort ."
4446
format = "black ."
4547
lint = "ruff check ."
File renamed without changes.

0 commit comments

Comments
 (0)