From 232b63ba9cf1c7e5126839f7e1df034e375114d6 Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Tue, 17 Feb 2026 20:43:08 -0800 Subject: Prune dead E2E testing scripts and targets --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ed03063..246d4ae 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ VERSION=0.3 BUILD=`git rev-parse HEAD` LDFLAGS=-ldflags "-X main.Version=${VERSION} -X main.Build=${BUILD}" -.PHONY: default all clean build install test test-race test-frontend test-e2e ui-check lint check ci run dev docs install-hooks cover coverage-html bench bench-short stress test-perf +.PHONY: default all clean build install test test-race test-frontend ui-check lint check ci run dev docs install-hooks cover coverage-html bench bench-short stress test-perf default: build @@ -50,9 +50,6 @@ coverage-html: cover test-frontend: cd frontend-vanilla && ${NPM} test -- --run -# test-e2e: build -# ./scripts/run_e2e_safe.sh - ui-check: ui-vanilla git diff --exit-code web/dist/v3/ -- cgit v1.2.3