ci: fix bats tests

Signed-off-by: Sam Alba <samalba@users.noreply.github.com>
This commit is contained in:
Sam Alba
2021-12-17 15:46:51 -08:00
parent 7c7cce38c9
commit 01d4706338
3 changed files with 4 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
{
"license": "Apache-2.0",
"scripts": {
"test": "bats --jobs 4 --show-output-of-passing-tests --print-output-on-failure --no-parallelize-within-files ."
"test": "bats --jobs 4 --show-output-of-passing-tests --print-output-on-failure ."
},
"devDependencies": {
"bats": "https://github.com/bats-core/bats-core#master",