Skip to content

Commit a95e78e

Browse files
committed
fix: test target in the Makefile
1 parent e6632ed commit a95e78e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ test: ## Run tests head-less
6262
@echo "$(YELLOW)Starting Balatro...$(RESET)"
6363
$(BALATRO_SCRIPT) --fast --debug
6464
@echo "$(YELLOW)Running tests...$(RESET)"
65-
pytest tests/lua $(if $(PYTEST_MARKER),-m "$(PYTEST_MARKER)") -v -s
65+
pytest tests $(if $(PYTEST_MARKER),-m "$(PYTEST_MARKER)") -v -s
6666

6767
all: lint format typecheck test ## Run all code quality checks and tests
6868
@echo "$(GREEN)✓ All checks completed$(RESET)"

0 commit comments

Comments
 (0)