ci: fix test job not caching anything.

This commit is contained in:
Dario Nieuwenhuis
2023-12-14 16:30:45 +01:00
parent 7b9b22d7f8
commit e579095a90
4 changed files with 7 additions and 3 deletions

View File

@@ -27,4 +27,4 @@ sed -i 's/channel.*/channel = "beta"/g' rust-toolchain.toml
# Save lockfiles
echo Saving lockfiles...
find . -type f -name Cargo.lock -exec tar -cf /ci/cache/lockfiles.tar '{}' \+
find . -type f -name Cargo.lock -exec tar -cf /ci/cache/lockfiles.tar '{}' \+