Fix spurious CI check failures (#4160)

pull/4163/head
Francisco 2 years ago committed by GitHub
parent 7e7060e00e
commit ead3bcaccb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/checks.yml
  2. 2
      foundry.toml

@ -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

Loading…
Cancel
Save