Skip to content

Commit 6ff3a7b

Browse files
committed
fix ci
1 parent e9c5d25 commit 6ff3a7b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/integration/tests/ALM_Multi.t.sol

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ contract Integration_ALM_Multi is IntegrationCheckUtils {
7373
/// forge-config: default.fuzz.runs = 3
7474
/// forge-config: forktest.fuzz.runs = 3
7575
function test_Multi(uint24 _r) public rand(_r) {
76+
cheats.pauseGasMetering();
7677
// Do 20 iterations
7778
for (uint i = 1; i <= NUM_ITERATIONS; i++) {
7879
console.log("%s: %d", "iter".green().italic(), i - 1);
@@ -87,6 +88,7 @@ contract Integration_ALM_Multi is IntegrationCheckUtils {
8788
// Ensure all pending actions are completed for the next iteration
8889
_rollForward_DeallocationDelay();
8990
}
91+
cheats.resumeGasMetering();
9092
}
9193

9294
/// @dev NONE operators can:

0 commit comments

Comments
 (0)