Skip to content

Commit

Permalink
add test:extreme command:
Browse files Browse the repository at this point in the history
  • Loading branch information
julianmrodri committed Nov 13, 2024
1 parent 81c092e commit 629635d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"lint:check": "solhint 'contracts/**/*.sol' 'script/**/*.sol'",
"compile": "forge compile",
"test": "yarn test:core && yarn test:gauges",
"test:extreme": "forge test --match-test extreme --memory-limit 536870912",
"size": "forge compile --sizes",
"coverage": "forge coverage --report lcov",
"coverage:summary": "forge coverage --report summary",
Expand Down

0 comments on commit 629635d

Please sign in to comment.