Skip to content

Commit

Permalink
Attempt update safe integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnGuilding committed Jun 27, 2024
1 parent 3ad36a3 commit 5a334cc
Show file tree
Hide file tree
Showing 3 changed files with 221 additions and 340 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
"prettier:check": "prettier --check \"**/*.{json,md,svg,yml}\"",
"prettier:write": "prettier --write \"**/*.{json,md,svg,yml}\"",
"test": "forge test",
"test:safe": "ACCOUNT_TYPE=SAFE forge test",
"test:kernel": "ACCOUNT_TYPE=KERNEL forge test",
"test:lite": "FOUNDRY_PROFILE=lite forge test",
"test:optimized": "pnpm run build:optimized && FOUNDRY_PROFILE=test-optimized forge test"
},
Expand Down
Loading

0 comments on commit 5a334cc

Please sign in to comment.