Files
wordle-solver/Makefile
T
2026-07-06 07:56:56 -04:00

5 lines
50 B
Makefile

.PHONY: check
check:
.venv/bin/pytest tests/ -v