Skip to content

Commit

Permalink
try to save a bit of space of gha
Browse files Browse the repository at this point in the history
  • Loading branch information
kali committed Aug 9, 2023
1 parent f5534b4 commit 1d3605a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis/regular-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,17 @@ then
exit 0
fi

OLD_CACHEDIR=$CACHEDIR
mkdir -p $CACHEDIR/big
export CACHEDIR=$CACHEDIR/big
cargo -q test $CARGO_EXTRA -q --profile opt-no-lto -p core-proptest-pulse $ALL_FEATURES
cargo -q test $CARGO_EXTRA -q --profile opt-no-lto -p lstm-proptest-onnx-vs-tf $ALL_FEATURES
cargo -q test $CARGO_EXTRA -q --profile opt-no-lto -p nnef-inceptionv3 $ALL_FEATURES
cargo -q test $CARGO_EXTRA -q --profile opt-no-lto -p tf-inceptionv3 $ALL_FEATURES
cargo -q test $CARGO_EXTRA -q --profile opt-no-lto -p tf-mobilenet-v2 $ALL_FEATURES
cargo -q test $CARGO_EXTRA -q --profile opt-no-lto -p tf-moz-deepspeech $ALL_FEATURES
if [ -n "$GITHUB_ACTIONS" ]
then
rm -r $OLD_CACHEDIR/big
fi
CACHEDIR=$OLD_CACHEDIR

0 comments on commit 1d3605a

Please sign in to comment.