Skip to content

Commit 3ebcf49

Browse files
committed
only RFQv2upgrade test
1 parent c1712ec commit 3ebcf49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"lint": "solhint \"contracts/**/*.sol\"",
1616
"compile": "forge build --force",
1717
"test-foundry-local": "DEPLOYED=false forge test --no-match-path 'test/forkMainnet/*.t.sol'",
18-
"test-foundry-fork": "DEPLOYED=true forge test --fork-url $MAINNET_NODE_RPC_URL --fork-block-number 17861471 --match-path 'test/forkMainnet/*.t.sol'"
18+
"test-foundry-fork": "DEPLOYED=true forge test --fork-url $MAINNET_NODE_RPC_URL --fork-block-number 17861471 --match-path 'test/forkMainnet/RFQv2UpgradeTest.t.sol'"
1919
},
2020
"devDependencies": {
2121
"@types/node": "^18.11.18",

0 commit comments

Comments
 (0)