From 61f0dce6d90335dece030115976ecc63ff7e0d92 Mon Sep 17 00:00:00 2001 From: Eric Bellm Date: Tue, 7 Jan 2025 21:02:22 -0800 Subject: [PATCH] provide a local equivalent of the CI test --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index 3e8e0cf..cb8ea3e 100644 --- a/Makefile +++ b/Makefile @@ -59,3 +59,8 @@ update-deps-no-hashes: --output-file requirements/dev.txt requirements/dev.in uv pip compile --upgrade \ --output-file requirements/tox.txt requirements/tox.in + +# local replication of the CI github action +.PHONY: test +test: + tox run -e py,coverage-report,typing --