We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 715baa5 commit 71ee09fCopy full SHA for 71ee09f
2 files changed
.github/workflows/solidity-fork-tests.yml
@@ -66,7 +66,4 @@ jobs:
66
67
- name: Run Fork Tests
68
working-directory: ./solidity
69
- run: |
70
- yarn fixtures
71
- forge test -vvv --match-test testFork
72
- forge test -vvv --match-contract ForkTest
+ run: yarn test:fork
solidity/package.json
@@ -84,6 +84,7 @@
84
"test:hardhat": "yarn hardhat-esm test",
85
"test:forge": "yarn fixtures && forge test -vvv --decode-internal --no-match-contract Everclear",
86
"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",
88
"gas": "forge snapshot",
89
"gas-ci": "yarn gas --check --tolerance 2 || (echo 'Manually update gas snapshot' && exit 1)",
90
"slither": "slither .",
0 commit comments