aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAdam Mathes <adam@adammathes.com>2026-02-17 20:43:08 -0800
committerAdam Mathes <adam@adammathes.com>2026-02-17 20:43:08 -0800
commit232b63ba9cf1c7e5126839f7e1df034e375114d6 (patch)
tree6b8c26abb5343348a12bcff40ec85dcb960a606c /Makefile
parentd7c1cc00abe7c8097625ee905a1285aa0794a598 (diff)
downloadneko-232b63ba9cf1c7e5126839f7e1df034e375114d6.tar.gz
neko-232b63ba9cf1c7e5126839f7e1df034e375114d6.tar.bz2
neko-232b63ba9cf1c7e5126839f7e1df034e375114d6.zip
Prune dead E2E testing scripts and targets
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
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/