running all tests in sequential mode, otherwise it will fail (maybe ava can't run in parallel?)

This commit is contained in:
Sebastian 2023-04-21 09:32:44 -03:00
parent 0e9aa33241
commit 821fbb0e2a
No known key found for this signature in database
GPG Key ID: 173909D1A5F66069

View File

@ -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",