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 a96a82e commit e3ee05c
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .circleci/soltest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,19 +59,6 @@ EOF_EXCLUDES=(
--run_test='!functionSideEffects/otherImmovables'
--run_test='!functionSideEffects/state'
--run_test='!functionSideEffects/storage'
--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'
)

# shellcheck source=scripts/common.sh
Expand Down

0 comments on commit e3ee05c

Please sign in to comment.