Change CI Forge Testing Check to run 25 times instead of 256 (#54)

This commit is contained in:
derpy-duck 2023-01-19 14:27:39 -05:00 committed by GitHub
parent 1e86ed1ab2
commit 1e14fe901f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
},
"scripts": {
"build": "forge build -o build --via-ir",
"unit-test": "forge test -vvvvv --via-ir",
"unit-test": "FOUNDRY_FUZZ_RUNS=25 forge test -vvvvv --via-ir",
"integration-test": "bash shell-scripts/run_integration_tests.sh",
"typechain": "bash ../sdk/scripts/make_ethers_types.sh",
"flatten": "mkdir -p node_modules/@poanet/solidity-flattener/contracts && cp -r contracts/* node_modules/@poanet/solidity-flattener/contracts/ && poa-solidity-flattener",