From c59e7dba6b0d49ffaf0cd479fbfdec22b490bb56 Mon Sep 17 00:00:00 2001 From: William Petit Date: Mon, 1 Aug 2022 11:37:18 +0200 Subject: [PATCH] chore: disable install script tests in watch mode --- modd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modd.conf b/modd.conf index 6555b0a..33eae87 100644 --- a/modd.conf +++ b/modd.conf @@ -6,7 +6,7 @@ modd.conf .env { prep: make build-frmd prep: [ -e .env ] || ( cp .env.dist .env ) - prep: make test + prep: make RUN_INSTALL_TESTS=no test } internal/server/assets/src/**/*.css