Fix spurious CI check failures (#4160)
This commit is contained in:
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
@ -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'
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
[fuzz]
|
||||
runs = 10000
|
||||
max_test_rejects = 100000
|
||||
max_test_rejects = 150000
|
||||
|
||||
Reference in New Issue
Block a user