File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -839,9 +839,7 @@ defaults:
839839 project : prb-math
840840 binary_type : native
841841 image : cimg/rust:1.74.0-node
842- resource_class : medium
843- # TODO: Use nightly Foundry builds after https://github.com/PaulRBerg/prb-math/issues/248 is fixed
844- foundry_version : " v0.3.0"
842+ resource_class : large # Tests run out of memory on a smaller machine
845843
846844 - job_native_test_ext_elementfi : &job_native_test_ext_elementfi
847845 << : *requires_b_ubu_static
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ def configure(self):
5151test_config = TestConfig (
5252 name = "PRBMath" ,
5353 repo_url = "https://github.com/PaulRBerg/prb-math.git" ,
54- ref = "<latest-release> " ,
54+ ref = "main " ,
5555 settings_presets = [
5656 SettingsPreset .LEGACY_NO_OPTIMIZE ,
5757 SettingsPreset .LEGACY_OPTIMIZE_EVM_ONLY ,
You can’t perform that action at this time.
0 commit comments