We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6632ed commit a95e78eCopy full SHA for a95e78e
1 file changed
Makefile
@@ -62,7 +62,7 @@ test: ## Run tests head-less
62
@echo "$(YELLOW)Starting Balatro...$(RESET)"
63
$(BALATRO_SCRIPT) --fast --debug
64
@echo "$(YELLOW)Running tests...$(RESET)"
65
- pytest tests/lua $(if $(PYTEST_MARKER),-m "$(PYTEST_MARKER)") -v -s
+ pytest tests $(if $(PYTEST_MARKER),-m "$(PYTEST_MARKER)") -v -s
66
67
all: lint format typecheck test ## Run all code quality checks and tests
68
@echo "$(GREEN)✓ All checks completed$(RESET)"
0 commit comments