ci: count cache file characters

This commit is contained in:
ThetaDev 2024-12-26 02:01:44 +01:00
parent 7bed5b39c1
commit 480d2abff8

View file

@ -31,6 +31,7 @@ jobs:
run: |
printf '%s\n' "$RUSTYPIPE_CACHE" > rustypipe_cache.json
echo "authenticated=$YT_AUTHENTICATED"
wc -c rustypipe_cache.json
cargo nextest run --config-file ~/.config/nextest.toml --profile ci --retries 2 --features rss --workspace
env:
ALL_PROXY: "http://warpproxy:8124"