ci: count cache file characters

This commit is contained in:
ThetaDev 2024-12-26 02:01:44 +01:00
parent 8602dd42cb
commit f79764490c
No known key found for this signature in database
GPG key ID: E319D3C5148D65B6

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"