Files
compounding-intelligence/Makefile
Rockachopa 2133b18929
Some checks failed
Test / pytest (pull_request) Failing after 12s
fix: correct Makefile syntax (tabs for recipe lines)
2026-04-26 20:47:09 -04:00

14 lines
276 B
Makefile

.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
.PHONY: connectors-help
connectors-help:
python3 scripts/run_connector.py --help