Skip to content
Snippets Groups Projects
Commit 1c4f65b3 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Disable parallel tests with lerna again

Chromium sometimes hangs when multiple karma runs happen
at the same time :(
parent a4c60dcf
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
"packages/*"
],
"scripts": {
"test": "lerna run --parallel test"
"test": "lerna run test"
},
"author": "",
"license": "LGPL-2.1-or-later",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment