From d2bf631f138d0c5e8e7194e6b5deee42c556f489 Mon Sep 17 00:00:00 2001 From: Mathieu Poumeyrol Date: Sun, 3 Sep 2023 12:02:41 +0200 Subject: [PATCH] more space management ? --- .travis/regular-tests.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis/regular-tests.sh b/.travis/regular-tests.sh index e01b85be14..3c87bf0ac1 100755 --- a/.travis/regular-tests.sh +++ b/.travis/regular-tests.sh @@ -52,8 +52,10 @@ fi for c in data linalg core nnef hir onnx pulse onnx-opl pulse-opl rs proxy do + df -h cargo -q test $CARGO_EXTRA -q -p tract-$c done + # doc test are not finding libtensorflow.so if ! cargo -q test $CARGO_EXTRA -q -p tract-tensorflow --lib $ALL_FEATURES then