Skip to content

Commit

Permalink
eof: Enable disabled earlier gasTests in soltest.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rodiazet committed Dec 18, 2024
1 parent be16078 commit da7e1bc
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .circleci/soltest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,18 +56,6 @@ EOF_EXCLUDES=(
--run_test='!SolidityInlineAssembly/Analysis/large_constant'
--run_test='!SolidityInlineAssembly/Analysis/staticcall'
--run_test='!ViewPureChecker/assembly_staticcall'
--run_test='!gasTests/abiv2'
--run_test='!gasTests/abiv2_optimised'
--run_test='!gasTests/data_storage'
--run_test='!gasTests/dispatch_large'
--run_test='!gasTests/dispatch_large_optimised'
--run_test='!gasTests/dispatch_medium'
--run_test='!gasTests/dispatch_medium_optimised'
--run_test='!gasTests/dispatch_small'
--run_test='!gasTests/dispatch_small_optimised'
--run_test='!gasTests/exp'
--run_test='!gasTests/exp_optimized'
--run_test='!gasTests/storage_costs'
--run_test='!yulStackLayout/literal_loop'
)

Expand Down

0 comments on commit da7e1bc

Please sign in to comment.