Skip to content

Commit 71ee09f

Browse files
committed
CR yorke + add yarn test:fork to package.json
1 parent 715baa5 commit 71ee09f

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/solidity-fork-tests.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,4 @@ jobs:
6666

6767
- name: Run Fork Tests
6868
working-directory: ./solidity
69-
run: |
70-
yarn fixtures
71-
forge test -vvv --match-test testFork
72-
forge test -vvv --match-contract ForkTest
69+
run: yarn test:fork

solidity/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
"test:hardhat": "yarn hardhat-esm test",
8585
"test:forge": "yarn fixtures && forge test -vvv --decode-internal --no-match-contract Everclear",
8686
"test:ci": "yarn version:changed && yarn test:hardhat && yarn test:forge --no-match-test testFork",
87+
"test:fork": "forge test -vvv --match-test testFork && forge test -vvv --match-contract ForkTest",
8788
"gas": "forge snapshot",
8889
"gas-ci": "yarn gas --check --tolerance 2 || (echo 'Manually update gas snapshot' && exit 1)",
8990
"slither": "slither .",

0 commit comments

Comments
 (0)