This is an automated email from the ASF dual-hosted git repository.

sbp pushed a commit to branch sbp
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git


The following commit(s) were added to refs/heads/sbp by this push:
     new 3a87cc4  Add some make targets for easier testing
3a87cc4 is described below

commit 3a87cc4d57cd555f08cb47476f264c1cffa4e3d3
Author: Sean B. Palmer <[email protected]>
AuthorDate: Thu Feb 5 16:31:05 2026 +0000

    Add some make targets for easier testing
---
 Makefile | 16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index 7e815dc..7f61eab 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,8 @@
 .PHONY: build build-alpine build-bootstrap build-docs build-playwright \
-  build-ts bump-bootstrap certs check check-clean check-extra check-light 
commit \
-  docs generate-version ipython manual run-alpine run-playwright \
-  run-playwright-slow serve serve-local sync sync-all update-deps
+  build-ts bump-bootstrap certs check check-clean check-extra check-heavy \
+  check-light commit docs e2e e2e-clean generate-version ipython manual \
+  run-alpine run-playwright run-playwright-slow serve serve-local sync \
+  sync-all unit update-deps
 
 BIND ?= 127.0.0.1:8080
 IMAGE ?= tooling-trusted-release
@@ -78,6 +79,12 @@ docs:
        uv run --frozen python3 scripts/docs_post_process.py docs/*.html
        uv run --frozen python3 scripts/docs_check.py
 
+e2e:
+       sh tests/run-e2e.sh
+
+e2e-clean:
+       cd tests && docker compose down -v && docker compose build --no-cache 
atr-dev && cd ..
+
 generate-version:
        @rm -f atr/version.py
        @uv run --frozen python3 atr/metadata.py > /tmp/version.py
@@ -126,6 +133,9 @@ sync:
 sync-all:
        uv sync --frozen --all-groups
 
+unit:
+       sh tests/run-unit.sh
+
 update-deps:
        pre-commit autoupdate || :
        uv lock --upgrade --exclude-newer "$$(date -u +%Y-%m-%dT%H:%M:%SZ)"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to