From 4c08d5d04ef0eb568e84da06cb480e80ae1eb034 Mon Sep 17 00:00:00 2001 From: Pedro Date: Mon, 4 Dec 2023 16:03:22 +0100 Subject: [PATCH] Change the order of tests --- tools/run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/run-tests.sh b/tools/run-tests.sh index b03ddf10..b24bdbd9 100755 --- a/tools/run-tests.sh +++ b/tools/run-tests.sh @@ -1,3 +1,3 @@ -python -m unittest discover tests npm test --prefix gui +python -m unittest discover tests