From ca80d6be5bbd26dceb46c6ea5e6b8b17b23551e2 Mon Sep 17 00:00:00 2001 From: gravel Date: Fri, 19 May 2023 13:45:42 +0000 Subject: [PATCH] Add non-interactive test for CI --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Makefile b/Makefile index e436cda..0ca5196 100644 --- a/Makefile +++ b/Makefile @@ -67,6 +67,13 @@ test: clean all open server test-lan: FLAGS = --verbose test-lan: clean all open lan-server +# Run basic tests without launching site in browser. +test-noninteractive: FLAGS = --verbose +test-noninteractive: clean all + +# Run Continuous Integration tests. +test-ci: test-noninteractive + # -- Aliases -- serve: server