Skip to content

Commit 211b57c

Browse files
committed
correct tests folder
1 parent 5048447 commit 211b57c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
- uses: cvxgrp/.github/actions/[email protected]
2222
with:
2323
python-version: ${{ matrix.python-version }}
24-
tests-folder: src/tests
24+
tests-folder: tests

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ clean: ## Clean build artifacts and stale branches
2121

2222
test: install ## Run tests
2323
uv pip install pytest
24-
uv run pytest src/tests
24+
uv run pytest tests
2525

2626
help: ## Show this help message
2727
@echo "Usage: make [target]"

0 commit comments

Comments
 (0)