test: fixed ci

Signed-off-by: Sam Alba <samalba@users.noreply.github.com>
This commit is contained in:
Sam Alba
2021-11-29 21:15:53 -08:00
parent b2895d3105
commit bbbecf8830
3 changed files with 8 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
{
"license": "Apache-2.0",
"scripts": {
"test": "bats --report-formatter junit --jobs 4 ."
"test": "bats --jobs 4 --show-output-of-passing-tests --print-output-on-failure ."
},
"devDependencies": {
"bats": "https://github.com/bats-core/bats-core#master",
@@ -9,4 +9,3 @@
"bats-support": "https://github.com/bats-core/bats-support"
}
}