Skip to content

Commit ae41f46

Browse files
committed
compute disk usage
1 parent a19d803 commit ae41f46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/github/unit-testing/storage.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ test() {
1919
# shellcheck source=/dev/null
2020
source .venv/bin/activate
2121
pushd services/storage
22-
make test-ci-unit
22+
make test-ci-unit pytest-parameters="--disk-usage"
2323
popd
2424
}
2525

0 commit comments

Comments
 (0)