aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorRobert Helgesson <robert@rycee.net>2020-05-28 01:24:49 +0200
committerRobert Helgesson <robert@rycee.net>2020-05-28 01:37:27 +0200
commit8bbefa77f7e95c80005350aeac6fe425ce47c288 (patch)
treecfff10e2b832121c36e8ef737429e18d4c45100d /.gitlab-ci.yml
parent3a80ece9fa0de388ad27503059f7856c9315d491 (diff)
tests: perform code formatting test in test suite
This should improve visibility when CI job fails due to bad formatting.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 0 insertions, 1 deletions
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"