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-06-08 02:45:51 +0300
committerEvan Read <eread@gitlab.com>2022-06-08 02:45:51 +0300
commit94271154e422feacc741799900d80b7095b3e950 (patch)
tree6b11bbb2b2dcca23d475aa5a476e59aa0ea7c01d /lefthook.yml
parentdb10b67b5738f5f73a644b8bf4bc5a32f23c0f4e (diff)
Correctly configure parallel execution of commands
Diffstat (limited to 'lefthook.yml')
-rw-r--r--lefthook.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lefthook.yml b/lefthook.yml
index db3a667e..0970e6a5 100644
--- a/lefthook.yml
+++ b/lefthook.yml
@@ -1,7 +1,7 @@
---
pre-push:
+ parallel: true
commands:
- parallel: true
rspec-tests:
run: make rspec-tests
jest-tests: