From 0532b7cc3b78dd73f10b3a769de752045ca04f24 Mon Sep 17 00:00:00 2001 From: ligi Date: Fri, 13 Nov 2020 01:50:16 +0100 Subject: [PATCH] Add test stage --- .ci/kontinuum.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci/kontinuum.json b/.ci/kontinuum.json index fb71a2e5..9b77826e 100644 --- a/.ci/kontinuum.json +++ b/.ci/kontinuum.json @@ -1,6 +1,7 @@ { "type": "ci", "stages": [ + {"name":"test"}, {"name":"run"} ] }