Skip to content

Commit cdfce1e

Browse files
committed
fix: use try_temp for ci. In general, try_debug and try_debug_home should be used for local dev and try_temp for when things need to work properly in ci.
1 parent 878af4a commit cdfce1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

checks/migrator/checks/balances-equal/src/balances_equal.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pub mod test {
1515
// use a scope to ensure everything is dropped
1616
{
1717
// Form the migrator.
18-
let mut movement_migrator = MovementMigrator::try_debug_home()?;
18+
let mut movement_migrator = MovementMigrator::try_temp()?;
1919
movement_migrator.set_overlays(Overlays::default());
2020

2121
// Start the migrator so that it's running in the background.

0 commit comments

Comments
 (0)