ci: fix printf statement

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

View file

@ -29,7 +29,7 @@ jobs:
- name: 🧪 Test
run: |
printf "$RUSTYPIPE_CACHE" > rustypipe_cache.json
printf '%s\n' "$RUSTYPIPE_CACHE" > rustypipe_cache.json
echo "authenticated=$YT_AUTHENTICATED"
cargo nextest run --config-file ~/.config/nextest.toml --profile ci --retries 2 --features rss --workspace
env: