Skip to content

Commit

Permalink
test2
Browse files Browse the repository at this point in the history
  • Loading branch information
snreynolds committed Sep 12, 2023
1 parent e2d3ca8 commit d588a3d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@ jobs:

- name: Run forge snapshots
run: forge snapshot --check
env:
FOUNDRY_PROFILE: ci
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,5 @@ jobs:

- name: Run tests
run: forge test -vvv
env:
FOUNDRY_PROFILE: ci
3 changes: 3 additions & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ via_ir = false
ffi = true
fs_permissions = [{ access = "read-write", path = ".forge-snapshots/"}, { access = "read", path = "./foundry-out"}]

[profile.ci]
fuzz_runs = 100000

# See more config options https://github.com/foundry-rs/foundry/tree/master/config

0 comments on commit d588a3d

Please sign in to comment.