Increased MinimalProxyStore context size limit (#5)

* Updated MinimalProxyStore assembly to allow storage up to max contract
size

* enable PR CI runs

* updated ci

* more ci config

* fix ci tests for context overflow

* removed unnecessary contextSize param from getContext
This commit is contained in:
Jayden Windle
2023-01-08 20:43:35 -08:00
committed by GitHub
parent 0e30953647
commit c1d90a1864
5 changed files with 24 additions and 39 deletions

View File

@@ -1,6 +1,6 @@
name: test
on: push
on: [pull_request]
env:
FOUNDRY_PROFILE: ci
@@ -30,5 +30,6 @@ jobs:
- name: Run Forge tests
run: |
forge test -vvv
forge test -vvv --no-match-test testCannotOverflowContext
forge test -vvv --match-test testCannotOverflowContext --code-size-limit 24576
id: test