You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sqlx crate places SQL query cache files in the .sqlx directory.
To reduce CI execution time, it would be effective to cache this .sqlx directory.
I would like to request the ability to cache arbitrary directories using an option similar to the cache-directories option in Swatinem/rust-cache.
The text was updated successfully, but these errors were encountered:
The sqlx crate places SQL query cache files in the
.sqlx
directory.To reduce CI execution time, it would be effective to cache this .sqlx directory.
I would like to request the ability to cache arbitrary directories using an option similar to the cache-directories option in Swatinem/rust-cache.
The text was updated successfully, but these errors were encountered: