Skip to content

Add Krum Pashov audit report and update README #264

Add Krum Pashov audit report and update README

Add Krum Pashov audit report and update README #264

Workflow file for this run

name: forge-test
on: [push]
env:
FOUNDRY_PROFILE: ci
jobs:
check:
strategy:
fail-fast: true
name: Foundry project
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- name: Run Forge tests
run: |
forge test -vvv --via-ir --optimizer-runs 4294967295 --fail-fast --fuzz-runs 100000
id: test