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
Sometimes keeping a .sqlx cache is just causing lots of churn and while the CI can run the checks against the database the delivery pipeline could be isolated and without database access.
A relatively simple solution is to swap to the unchecked variant only to build the artefact.
Would be something others consider beneficial and upstream would accept a patch in that direction (basically adding an unchecked feature).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Sometimes keeping a .sqlx cache is just causing lots of churn and while the CI can run the checks against the database the delivery pipeline could be isolated and without database access.
A relatively simple solution is to swap to the unchecked variant only to build the artefact.
Would be something others consider beneficial and upstream would accept a patch in that direction (basically adding an
unchecked
feature).Beta Was this translation helpful? Give feedback.
All reactions