fix: correct Makefile syntax (tabs for recipe lines)
Some checks failed
Test / pytest (pull_request) Failing after 12s

This commit is contained in:
2026-04-26 20:47:09 -04:00
parent c4cb325568
commit 2133b18929

View File

@@ -1,14 +1,13 @@
1|.PHONY: test
2|
3|test:
4| python3 -m pytest tests/test_ci_config.py scripts/test_*.py -v
5|
.PHONY: test
test:
python3 -m pytest tests/test_ci_config.py scripts/test_*.py -v
# Connector targets
.PHONY: test-connectors
test-connectors:
python3 -m pytest tests/test_connectors.py -v
run-connector:
python3 scripts/run_connector.py $(CONNECTOR) --source $(SOURCE) --output $(OUTPUT) [--limit $(LIMIT)] [--dry-run]
.PHONY: connectors-help
connectors-help:
python3 scripts/run_connector.py --help