From 2d74af703213fab58cef4e5a2ed40e27cdd95901 Mon Sep 17 00:00:00 2001 From: Carsten Grohmann Date: Tue, 11 Jan 2022 21:14:21 +0100 Subject: [PATCH] Rename test task in build manifest The "make test" tests not only the JS code in the browser, but also the Python code directly without compilation. --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index 4fbf0e7..690aba1 100644 --- a/.build.yml +++ b/.build.yml @@ -30,7 +30,7 @@ tasks: cd OOMAnalyser make build ls -l OOMAnalyser.html OOMAnalyser.js - - webtest: | + - test: | cd OOMAnalyser make test triggers: