Skip to content

Commit fd75ec1

Browse files
committed
debugs
1 parent 3678314 commit fd75ec1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ lint: ## Run pep8, black, mypy linters.
3131

3232
.PHONY: test
3333
test: lint ## Run tests and generate coverage report.
34+
set -e
3435
$(ENV_PREFIX)uv run pytest -v --cov-config .coveragerc --cov=grnndata -l --tb=short --maxfail=1 tests/
3536
$(ENV_PREFIX)uv run coverage xml
3637
$(ENV_PREFIX)uv run coverage html

0 commit comments

Comments
 (0)