mirror of
https://github.com/placeholder-soft/tokenbound.git
synced 2026-01-12 17:02:56 +08:00
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:
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user