ci: count cache file characters
This commit is contained in:
parent
8602dd42cb
commit
f79764490c
1 changed files with 1 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
printf '%s\n' "$RUSTYPIPE_CACHE" > rustypipe_cache.json
|
printf '%s\n' "$RUSTYPIPE_CACHE" > rustypipe_cache.json
|
||||||
echo "authenticated=$YT_AUTHENTICATED"
|
echo "authenticated=$YT_AUTHENTICATED"
|
||||||
|
wc -c rustypipe_cache.json
|
||||||
cargo nextest run --config-file ~/.config/nextest.toml --profile ci --retries 2 --features rss --workspace
|
cargo nextest run --config-file ~/.config/nextest.toml --profile ci --retries 2 --features rss --workspace
|
||||||
env:
|
env:
|
||||||
ALL_PROXY: "http://warpproxy:8124"
|
ALL_PROXY: "http://warpproxy:8124"
|
||||||
|
|
|
||||||
Reference in a new issue