.PHONY: test

test:
	python3 -m pytest tests/test_ci_config.py scripts/test_*.py -v
