From 505076ae34bc02de75d0b75ee3958b2a6e960d88 Mon Sep 17 00:00:00 2001 From: gravel Date: Fri, 19 May 2023 15:45:42 +0200 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