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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2022-05-30 13:35:47 +0300
committerMarcel Amirault <mamirault@gitlab.com>2022-05-30 13:35:47 +0300
commit3a795e585affd982fbbfd0a188df0d7b76b328f6 (patch)
treee7c226d168cf97b5a0e2e43416b51e9c7e18ab2b /lefthook.yml
parent60aefa74ca12a5aa690cb64196013836bd4f960a (diff)
Split Make targets for tests
Diffstat (limited to 'lefthook.yml')
-rw-r--r--lefthook.yml17
1 files changed, 15 insertions, 2 deletions
diff --git a/lefthook.yml b/lefthook.yml
index 3a543eb0..db3a667e 100644
--- a/lefthook.yml
+++ b/lefthook.yml
@@ -1,5 +1,18 @@
---
pre-push:
commands:
- tests:
- run: make test
+ parallel: true
+ rspec-tests:
+ run: make rspec-tests
+ jest-tests:
+ run: make jest-tests
+ eslint-tests:
+ run: make eslint-tests
+ prettier-tests:
+ run: make prettier-tests
+ stylelint-tests:
+ run: make stylelint-tests
+ hadolint-tests:
+ run: make hadolint-tests
+ yamllint-tests:
+ run: make yamllint-tests