We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a19d803 commit ae41f46Copy full SHA for ae41f46
ci/github/unit-testing/storage.bash
@@ -19,7 +19,7 @@ test() {
19
# shellcheck source=/dev/null
20
source .venv/bin/activate
21
pushd services/storage
22
- make test-ci-unit
+ make test-ci-unit pytest-parameters="--disk-usage"
23
popd
24
}
25
0 commit comments