Skip to content

Commit

Permalink
ci: update package.json with forge test --isolate
Browse files Browse the repository at this point in the history
  • Loading branch information
ChefMist committed Jun 5, 2024
1 parent 32f2d1e commit 8cc25aa
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
54375
54363
Original file line number Diff line number Diff line change
@@ -1 +1 @@
52575
52083
2 changes: 1 addition & 1 deletion .forge-snapshots/BinFungibleTokenTest#testBurn.snap
Original file line number Diff line number Diff line change
@@ -1 +1 @@
26983
26848
2 changes: 1 addition & 1 deletion .forge-snapshots/BinFungibleTokenTest#testMint.snap
Original file line number Diff line number Diff line change
@@ -1 +1 @@
67349
67517
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"devDependencies": {},
"scripts": {
"compile": "forge compile",
"test": "forge test",
"dev": "forge test -vvv -w",
"test": "forge test --isolate",
"dev": "forge test --isolate -vvv -w",
"snapshot": "rm -fr .forge-snapshots && forge test",
"prettier": "forge fmt src/ && forge fmt test/ && forge fmt script/",
"prettier-check": "forge fmt --check"
Expand Down

0 comments on commit 8cc25aa

Please sign in to comment.