From 9e4979760329eaa1bb75124bb1425877a5bd4d00 Mon Sep 17 00:00:00 2001 From: secustor Date: Wed, 9 Jun 2021 17:31:28 +0200 Subject: [PATCH] ci: run tests --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ac238db..05442c0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,6 +3,7 @@ default: stages: - lint + - test lint: @@ -14,3 +15,8 @@ lint: printf "Following files are not formatted: \n%s" "$FILES" exit 1 fi + +build: + stage: test + script: + - make test