We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5abca49 commit 65e4e9eCopy full SHA for 65e4e9e
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