Commit dc03b1c9 authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

Merge pull request #6170 from ethereum-optimism/clabby/ci/bump-forge-timeout

chore(ci): Fix slither timeout
parents 92937306 4cabfdda
......@@ -4,8 +4,10 @@ rm -rf artifacts forge-artifacts
# See slither.config.json for slither settings
if [[ -z "$TRIAGE_MODE" ]]; then
echo "Building contracts"
forge build --build-info --force
echo "Running slither"
slither .
slither --ignore-compile .
else
echo "Running slither in triage mode"
# Slither's triage mode will run an 'interview' in the terminal, allowing you to review each of
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment