Skip to content

Commit

Permalink
fix: mismatching config for test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
amusingaxl committed Sep 13, 2024
1 parent 057f402 commit 1fb85dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test-dssspell-forge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ DSS_EXEC_LIB=$(< DssExecLib.address)
echo "Using DssExecLib at: $DSS_EXEC_LIB"
export FOUNDRY_LIBRARIES="lib/dss-exec-lib/src/DssExecLib.sol:DssExecLib:$DSS_EXEC_LIB"
export FOUNDRY_OPTIMIZER=true
export FOUNDRY_OPTIMIZER_RUNS=200
export FOUNDRY_OPTIMIZER_RUNS=1
export FOUNDRY_ROOT_CHAINID=1

TEST_ARGS=''
Expand Down

0 comments on commit 1fb85dd

Please sign in to comment.