tests: run bats tests in parallel

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
Andrea Luzzardi
2021-04-21 17:50:56 -07:00
parent c8dbbaa1c6
commit 1f9e8fb34f
2 changed files with 4 additions and 4 deletions

View File

@@ -1,10 +1,10 @@
{
"license": "Apache-2.0",
"scripts": {
"test": "bats --report-formatter junit ."
"test": "bats --report-formatter junit --jobs 4 ."
},
"devDependencies": {
"bats": "https://github.com/bats-core/bats-core.git",
"bats": "https://github.com/bats-core/bats-core#master",
"bats-assert": "https://github.com/bats-core/bats-assert",
"bats-support": "https://github.com/bats-core/bats-support"
}