Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
YamenMerhi committed Jul 27, 2024
2 parents 4d68009 + db35af4 commit fa8690f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: test

on: workflow_dispatch
on: push

env:
FOUNDRY_PROFILE: ci
Expand All @@ -14,8 +14,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
Expand Down
9 changes: 5 additions & 4 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ ffi = true

# Default overrides for the CI runs.
[profile.ci]
force = true
verbosity = 4
fuzz = { runs = 10_000, max_test_rejects = 350_000 }
invariant = { runs = 375, depth = 500 }
src = "src"
out = "out"
libs = ["node_modules", "lib"]
solc = "0.8.20"
ffi = true

0 comments on commit fa8690f

Please sign in to comment.