Fix spurious CI check failures (#4160)

This commit is contained in:
Francisco
2023-04-04 23:05:39 -03:00
committed by GitHub
parent 7e7060e00e
commit ead3bcaccb
2 changed files with 3 additions and 1 deletions

View File

@ -83,6 +83,8 @@ jobs:
uses: ./.github/actions/setup
- run: rm foundry.toml
- uses: crytic/slither-action@v0.3.0
with:
node-version: 18
codespell:
if: github.repository != 'OpenZeppelin/openzeppelin-contracts-upgradeable'

View File

@ -1,3 +1,3 @@
[fuzz]
runs = 10000
max_test_rejects = 100000
max_test_rejects = 150000