gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] 04/13: running all tests in sequential mode, otherwi


From: gnunet
Subject: [taler-wallet-core] 04/13: running all tests in sequential mode, otherwise it will fail (maybe ava can't run in parallel?)
Date: Fri, 21 Apr 2023 16:07:01 +0200

This is an automated email from the git hooks/post-receive script.

sebasjm pushed a commit to branch master
in repository wallet-core.

commit 821fbb0e2a7f45ad9aef1fa43e33a7aa36466501
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Fri Apr 21 09:32:44 2023 -0300

    running all tests in sequential mode, otherwise it will fail (maybe ava 
can't run in parallel?)
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index e13d590c0..058d2d7f8 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
     "compile": "pnpm run --filter '@gnu-taler/*' compile",
     "clean": "pnpm run --filter '@gnu-taler/*' clean",
     "pretty": "pnpm run --filter '@gnu-taler/*' pretty",
-    "check": "pnpm run --filter '@gnu-taler/*' --if-present test"
+    "check": "pnpm run --filter '@gnu-taler/*' --if-present --sequential test"
   },
   "devDependencies": {
     "@babel/core": "7.13.16",

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]