diff options
| author | Adam Mathes <adam@adammathes.com> | 2026-02-17 20:43:08 -0800 |
|---|---|---|
| committer | Adam Mathes <adam@adammathes.com> | 2026-02-17 20:43:08 -0800 |
| commit | 232b63ba9cf1c7e5126839f7e1df034e375114d6 (patch) | |
| tree | 6b8c26abb5343348a12bcff40ec85dcb960a606c /Makefile | |
| parent | d7c1cc00abe7c8097625ee905a1285aa0794a598 (diff) | |
| download | neko-232b63ba9cf1c7e5126839f7e1df034e375114d6.tar.gz neko-232b63ba9cf1c7e5126839f7e1df034e375114d6.tar.bz2 neko-232b63ba9cf1c7e5126839f7e1df034e375114d6.zip | |
Prune dead E2E testing scripts and targets
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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/ |
