Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfeistel <6742251-feistel@users.noreply.gitlab.com>2022-06-11 19:43:15 +0300
committerfeistel <6742251-feistel@users.noreply.gitlab.com>2022-06-11 19:43:25 +0300
commit4707b9da8e78cdc83841b2771c6bb8a0ea876f47 (patch)
treee6f0c4b1decbffaac8b7225a35adc52058bf91ad /.gitlab/ci
parent413d38fbd39fc3870ee5668ce69ee50d952deb73 (diff)
Add unit-test task and avoid building the binary
Diffstat (limited to '.gitlab/ci')
-rw-r--r--.gitlab/ci/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/ci/test.yml b/.gitlab/ci/test.yml
index 5c8e783b..3d188559 100644
--- a/.gitlab/ci/test.yml
+++ b/.gitlab/ci/test.yml
@@ -17,7 +17,7 @@ tests:
extends: .tests-matrix
script:
- echo "Running all unit tests..."
- - make test ARGS='-short'
+ - make unit-test
tests-acceptance:
extends: .tests-matrix