From 8bbefa77f7e95c80005350aeac6fe425ce47c288 Mon Sep 17 00:00:00 2001 From: Robert Helgesson Date: Thu, 28 May 2020 01:24:49 +0200 Subject: tests: perform code formatting test in test suite This should improve visibility when CI job fails due to bad formatting. --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6a227fa59bd..2c5c5a67ffe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,6 @@ stages: Run tests: stage: test script: - - ./format -c && echo Format is OK - nix-shell --pure tests -A run.files-text rules: - if: $CI_COMMIT_BRANCH == "master" -- cgit v1.2.3