Skip to content

Commit 65e4e9e

Browse files
committed
compute disk usage
1 parent 5abca49 commit 65e4e9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/github/unit-testing/storage.bash

+1-1
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)