Skip to content

Commit

Permalink
lower fuzz runs on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hensha256 committed Dec 5, 2024
1 parent 938be10 commit cfb0a42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ optimizer_runs = 200
fuzz.runs = 100

[profile.ci]
fuzz.runs = 100_000
fuzz.runs = 10_000

[profile.gas]
gas_limit=30_000_000
Expand Down
2 changes: 1 addition & 1 deletion test/position-managers/NativeToken.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import {PosmTestSetup} from "../shared/PosmTestSetup.sol";
import {Planner, Plan} from "../shared/Planner.sol";
import {PositionConfig} from "../shared/PositionConfig.sol";

contract NativeTokenPoolManagerTest is Test, PosmTestSetup, LiquidityFuzzers {
contract NativeTokenPositionManagerTest is Test, PosmTestSetup, LiquidityFuzzers {
using FixedPointMathLib for uint256;
using CurrencyLibrary for Currency;
using Planner for Plan;
Expand Down

0 comments on commit cfb0a42

Please sign in to comment.