Skip to content

Commit c0d5a27

Browse files
committed
chore: accelerate local ci tests
1 parent 745429b commit c0d5a27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ ci: ## Run CI checks locally
6363
uv run pre-commit run --all-files
6464
@echo "🧪 Running tests with coverage..."
6565
uv run pytest \
66+
-n auto \
6667
--cov=src/stac_auth_proxy \
6768
--cov-report=term-missing \
6869
--cov-report=html \

0 commit comments

Comments
 (0)