From 1dde96043ad0e9811699496a24b9ca9374b60dc5 Mon Sep 17 00:00:00 2001 From: William Petit Date: Thu, 6 Apr 2023 14:47:13 +0200 Subject: [PATCH] chore: reenable tests in watch mode --- modd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modd.conf b/modd.conf index a4e749f..08b8a0c 100644 --- a/modd.conf +++ b/modd.conf @@ -8,6 +8,6 @@ modd.conf prep: make build-sdk prep: cd misc/client-sdk-testsuite && make dist prep: make build - # prep: make GOTEST_ARGS="-short" test + prep: make GOTEST_ARGS="-short" test daemon: bin/cli app run -p misc/client-sdk-testsuite/dist }